mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-25 09:41:03 +08:00
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 #168
This commit is contained in:
parent
2f8a72144f
commit
4ebbb533c3
|
@ -94,7 +94,7 @@ endfunction
|
|||
|
||||
" FUNCTION: nerdtree#postSourceActions() {{{2
|
||||
function! nerdtree#postSourceActions()
|
||||
call g:NERDTreeBookmark.CacheBookmarks(0)
|
||||
call g:NERDTreeBookmark.CacheBookmarks(1)
|
||||
call nerdtree#ui_glue#createDefaultBindings()
|
||||
|
||||
"load all nerdtree plugins
|
||||
|
|
Loading…
Reference in New Issue
Block a user