commit 4ebbb533c3faf2c480211db2b547972bb3b60f2b
parent 2f8a72144fe1e96804f000b6cf9bf9c4057e5ddd
Author: Martin Grenfell <martin.grenfell@gmail.com>
Date: Wed, 2 Dec 2015 21:16:34 +0000
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
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autoload/nerdtree.vim b/autoload/nerdtree.vim
@@ -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