简体   繁体   中英

NERDTree E704 error on opening a directory

When autostarting NERDTree using this config:

autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | exe 'NERDTree' | endif

I was getting error E704.

Update your NERDTree plugin. In my case it was executing vim-plug update command:

:PlugUpdate

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM