f1df95325bce

vim: fix NERDTree ignore
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 31 May 2011 18:37:57 -0400
parents 9029e016e2b8
children 90ce20bf3d8b c40bb62b5c77
branches/tags (none)
files vim/.vimrc

Changes

--- a/vim/.vimrc	Tue May 31 17:45:37 2011 -0400
+++ b/vim/.vimrc	Tue May 31 18:37:57 2011 -0400
@@ -505,7 +505,7 @@
 
 noremap <F2> :NERDTreeToggle<cr>
 inoremap <F2> <esc>:NERDTreeToggle<cr>
-let NERDTreeIgnore=['.vim$', '\~$', '.*\.pyc$', 'pip-log\.txt$', 'whoosh_index', 'xapian_index', '.*.pid', 'monitor.py', '.*-fixtures-.*.json', '.*\.o']
+let NERDTreeIgnore=['.vim$', '\~$', '.*\.pyc$', 'pip-log\.txt$', 'whoosh_index', 'xapian_index', '.*.pid', 'monitor.py', '.*-fixtures-.*.json', '.*\.o$']
 au Filetype nerdtree setlocal nolist
 
 " }}}