Vim: Ignore .*.s[a-w][a-z] and .s[a-w][a-z] swap files

.*.s[a-w][a-z] matches named swap files.
.s[a-w][a-z] matches unnamed swap files.
This commit is contained in:
Nysa 2013-08-27 20:51:55 -05:00
parent 6c75292e1e
commit 0030e9df60
1 changed files with 1 additions and 0 deletions

View File

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