# HG changeset patch # User Steve Losh # Date 1306881477 14400 # Node ID f1df95325bce02fa27bc85a8d194d6b03912293f # Parent 9029e016e2b89336fd2526f28b1c9d6c52913bfa vim: fix NERDTree ignore diff -r 9029e016e2b8 -r f1df95325bce vim/.vimrc --- 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 :NERDTreeToggle inoremap :NERDTreeToggle -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 " }}}