mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
fix a comment
This commit is contained in:
@@ -364,7 +364,7 @@ function! s:Bookmark.toRoot()
|
|||||||
call s:PutCursorOnNode(targetNode, 0, 0)
|
call s:PutCursorOnNode(targetNode, 0, 0)
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
" FUNCTION: Bookmark.toRoot(name) {{{3
|
" FUNCTION: Bookmark.ToRoot(name) {{{3
|
||||||
" Make the node for this bookmark the new tree root
|
" Make the node for this bookmark the new tree root
|
||||||
function! s:Bookmark.ToRoot(name)
|
function! s:Bookmark.ToRoot(name)
|
||||||
let bookmark = s:Bookmark.BookmarkFor(a:name)
|
let bookmark = s:Bookmark.BookmarkFor(a:name)
|
||||||
|
|||||||
Reference in New Issue
Block a user