nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 5f4c0057712aaea6089eb3e74dbb81550c5ea702
parent 9e0a0b6a438098331ebaa155c491d4826778c727
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Sun,  7 Jun 2009 20:40:19 +1200

bugfix: :NERDTreeMirror doesnt have tab completion

Diffstat:
Mplugin/NERD_tree.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -154,7 +154,7 @@ command! -n=? -complete=dir -bar NERDTree :call s:initNerdTree('<args>')
 command! -n=? -complete=dir -bar NERDTreeToggle :call s:toggle('<args>')
 command! -n=0 -bar NERDTreeClose :call s:closeTreeIfOpen()
 command! -n=1 -complete=customlist,s:completeBookmarks -bar NERDTreeFromBookmark call s:initNerdTree('<args>')
-command! -n=0 -complete=customlist,s:completeNERDTreeMirrors -bar NERDTreeMirror call s:initNerdTreeMirror()
+command! -n=0 -bar NERDTreeMirror call s:initNerdTreeMirror()
 " SECTION: Auto commands {{{1
 "============================================================
 augroup NERDTree