mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
fix a bug when activating bookmarks
This commit is contained in:
@@ -3666,7 +3666,7 @@ endfunction
|
|||||||
"FUNCTION: s:activateBookmark() {{{2
|
"FUNCTION: s:activateBookmark() {{{2
|
||||||
"handle the user activating a bookmark
|
"handle the user activating a bookmark
|
||||||
function! s:activateBookmark(bm)
|
function! s:activateBookmark(bm)
|
||||||
call a:bm.activate(0)
|
call a:bm.activate()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
"FUNCTION: s:bindMappings() {{{2
|
"FUNCTION: s:bindMappings() {{{2
|
||||||
|
|||||||
Reference in New Issue
Block a user