浏览代码

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

正在加载...
取消
保存