diff options
author | andy bristol <andbristol@gmail.com> | 2013-01-21 20:10:16 -0500 |
---|---|---|
committer | andy bristol <andbristol@gmail.com> | 2013-01-21 20:10:16 -0500 |
commit | c6bcfb1bd4342446879aacba8e8d04972c1a2f87 (patch) | |
tree | b96f389580683e0722bf968eac3d1a66a8f204f3 /Global | |
parent | cec9f74523332963fb40703e4da3a206254447c0 (diff) | |
download | gitignore-c6bcfb1bd4342446879aacba8e8d04972c1a2f87.tar.gz gitignore-c6bcfb1bd4342446879aacba8e8d04972c1a2f87.zip |
Changed line matching vim swapfiles to use all names it will create as described in http://vimdoc.sourceforge.net/htmldoc/recover.html#E326
Diffstat (limited to 'Global')
-rw-r--r-- | Global/vim.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 5a2155bc..4ac7c202 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,4 +1,4 @@ -.*.sw[a-z] +.*.s[a-w][a-z] *.un~ Session.vim .netrwhist
\ No newline at end of file |