mirror of
https://github.com/preservim/nerdtree.git
synced 2025-03-01 15:38:03 +08:00
fix a bug when activating bookmarks
This commit is contained in:
parent
c431d38d97
commit
1848a2cf9d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user