简体   繁体   English

打开目录时出现NERDTree E704错误

[英]NERDTree E704 error on opening a directory

When autostarting NERDTree using this config:使用此配置自动启动 NERDTree 时:

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

I was getting error E704.我收到错误 E704。

Update your NERDTree plugin.更新您的 NERDTree 插件。 In my case it was executing vim-plug update command:就我而言,它正在执行 vim-plug update 命令:

:PlugUpdate

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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