Merge pull request #271 from adjohnson916/master

Ignore .netrwhist" until rtp ordering is fixed

Because vundle modifies the directory that appears first in the rtp, some files that vim generates in the first directory in rtp end up in the vundle directory. This is a known issue in vundle but until it is resolved, ignore .netrwhhist when found in the vundle directory.
This commit is contained in:
Jacobo de Vera 2013-03-15 16:35:18 -07:00
commit e2d68db2cf

1
.gitignore vendored
View File

@ -1 +1,2 @@
doc/tags doc/tags
.netrwhist