Don't call ReadBookmarks

It's unnecessary, plus it causes errors.
This commit is contained in:
Emmanuel BENOîT 2015-03-14 14:21:20 +01:00
parent 13aa38add2
commit edd160a289

View file

@ -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