ソースを参照

Ignore Vim untitled and unsaved buffer swapfiles

Vim creates buffer swapfiles starting at .swp for buffers that are
active but untitled and unsaved.
pull/576/head
Nysa 11年前
コミット
acce99efee
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Global/vim.gitignore

+ 1
- 1
Global/vim.gitignore ファイルの表示

@@ -1,4 +1,4 @@
.*.s[a-w][a-z]
*.s[a-w][a-z]
*.un~
Session.vim
.netrwhist

読み込み中…
キャンセル
保存