Skip to content

Commit 02c8ff6

Browse files
authored
Merge pull request #2208 from roubles/master
Existing .gitignore for vim incorrectly matched matched ".swq" through ".swz".
2 parents 2b3b1f4 + 59f8ccd commit 02c8ff6

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)