Commit Graph

11 Commits

Author SHA1 Message Date
Martín Blech 464ae2642b Ignoring [._]*.sw[a-p] instead of *.s[a-w][a-z]
The old pattern was too broad and was making VIM ignore Scheme (*.scm) files.
Now it only matches files that start with . or _.
2013-11-04 11:31:51 -03:00
Nysa c98c138ee1 Vim: Forgot to change *.s[a-w][a-z] to .*.s[a-w][a-z] 2013-08-27 21:04:19 -05:00
Nysa 0030e9df60 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.
2013-08-27 20:51:55 -05:00
Nysa acce99efee Ignore Vim untitled and unsaved buffer swapfiles
Vim creates buffer swapfiles starting at .swp for buffers that are
active but untitled and unsaved.
2013-03-06 11:02:36 -06:00
Justin Spahr-Summers eaa2ad526f Merge pull request #474 from zhaojunmeng/master
Add *~ to ignore vim temp file.
2013-01-22 13:39:30 -08:00
andy bristol c6bcfb1bd4 Changed line matching vim swapfiles to use all names it will create as described in http://vimdoc.sourceforge.net/htmldoc/recover.html#E326 2013-01-21 20:10:16 -05:00
zhaojunmeng 3c54c0d7aa Add *~ to ignore vim temp file. 2012-11-14 22:26:04 +08:00
Max Goldstein 5bb2255b69 Include .netrwhist, the user's history and potential privacy concern. See: http://stackoverflow.com/questions/9850360/ 2012-04-19 00:46:16 -03:00
iven 05fa33b554 Ignore vim session file. 2011-02-21 18:07:04 -08:00
Magnus Woldrich ea0b4b92cb Added Vim >= 7.3 persistent undo files 2010-11-19 10:18:06 +08:00
Jay Adkisson aa2a94d190 ignore vim swap files 2010-11-09 15:52:23 +08:00