nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 82a60648034bdf5a46fc2565f96186ac82651bc2
parent f8b51d01b70f59cadbd04b6bb1d0b9fb16b80c97
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Wed,  3 Sep 2008 18:12:03 +1200

fix a comment

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
@@ -364,7 +364,7 @@ function! s:Bookmark.toRoot()
         call s:PutCursorOnNode(targetNode, 0, 0)
     endif
 endfunction
-" FUNCTION: Bookmark.toRoot(name) {{{3
+" FUNCTION: Bookmark.ToRoot(name) {{{3
 " Make the node for this bookmark the new tree root
 function! s:Bookmark.ToRoot(name)
     let bookmark = s:Bookmark.BookmarkFor(a:name)