Skip to content

Commit 4ebbb53

Browse files
committed
silence bookmark errors on startup
Just disable the warning for now. The bookmark system will be replaced with the project system soon - so no sense putting much effort into this. Closes preservim#168
1 parent 2f8a721 commit 4ebbb53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/nerdtree.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ endfunction
9494

9595
" FUNCTION: nerdtree#postSourceActions() {{{2
9696
function! nerdtree#postSourceActions()
97-
call g:NERDTreeBookmark.CacheBookmarks(0)
97+
call g:NERDTreeBookmark.CacheBookmarks(1)
9898
call nerdtree#ui_glue#createDefaultBindings()
9999

100100
"load all nerdtree plugins

0 commit comments

Comments
 (0)