create a new dir for nerdtree plugins

This commit is contained in:
marty
2009-08-11 16:32:50 +12:00
parent 236d20946c
commit 65dd1137da
4 changed files with 3 additions and 0 deletions

View File

@@ -158,6 +158,9 @@ augroup NERDTree
exec "autocmd BufWinLeave *". s:NERDTreeBufName ." call <SID>saveScreenState()"
"cache bookmarks when vim loads
autocmd VimEnter * call s:Bookmark.CacheBookmarks(0)
"load all nerdtree plugins after vim starts
autocmd VimEnter * runtime! nerdtree_plugin/*.vim
augroup END
if g:NERDTreeHijackNetrw