Don't call ReadBookmarks
It's unnecessary, plus it causes errors.
This commit is contained in:
parent
13aa38add2
commit
edd160a289
1 changed files with 0 additions and 4 deletions
|
@ -7,7 +7,3 @@ autocmd VimEnter * if argc() == 0 && &columns > 150 | NERDTree | endif
|
|||
|
||||
" Set the bookmarks file's path
|
||||
let g:NERDTreeBookmarksFile = GetVardataPath( 'NTBookmarks' )
|
||||
if filereadable( g:NERDTreeBookmarksFile )
|
||||
ReadBookmarks
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue