Skip to content

Commit 59f8ccd

Browse files
committed
Existing .gitignore for vim incorrectly matched matched ".swq" through ".swz".
While will never be generated by the vim source code. http://unix.stackexchange.com/questions/326707/vim-what-are-all-the-possible-swapfile-extensions
1 parent 2b3b1f4 commit 59f8ccd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Global/Vim.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# swap
2-
[._]*.s[a-w][a-z]
3-
[._]s[a-w][a-z]
2+
[._]*.s[a-v][a-z]
3+
[._]*.sw[a-p]
4+
[._]s[a-v][a-z]
5+
[._]sw[a-p]
46
# session
57
Session.vim
68
# temporary

0 commit comments

Comments
 (0)