nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 6d83575490e006f1c926c3bef2c9f07910a5ffb5
parent e51a40c0d8294131510b77c89ccaa348a59bc5a7
Author: Martin Grenfell <martin.grenfell@gmail.com>
Date:   Wed, 11 Jan 2012 13:46:46 +0000

remove a now misleading comment

Diffstat:
Mplugin/NERD_tree.vim | 1-
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -3918,7 +3918,6 @@ endfunction
 
 "FUNCTION: s:bindMappings() {{{2
 function! s:bindMappings()
-    "bind all the user custom maps
     call s:KeyMap.BindAll()
 
     command! -buffer -nargs=? Bookmark :call <SID>bookmarkNode('<args>')