From 82a60648034bdf5a46fc2565f96186ac82651bc2 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Wed, 3 Sep 2008 18:12:03 +1200 Subject: [PATCH] fix a comment --- plugin/NERD_tree.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index fa2c2c1..7ed9258 100644 --- 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)