fix a bug when activating bookmarks

This commit is contained in:
Martin Grenfell 2012-01-04 10:44:17 +00:00
parent c431d38d97
commit 1848a2cf9d

View File

@ -3666,7 +3666,7 @@ endfunction
"FUNCTION: s:activateBookmark() {{{2
"handle the user activating a bookmark
function! s:activateBookmark(bm)
call a:bm.activate(0)
call a:bm.activate()
endfunction
"FUNCTION: s:bindMappings() {{{2