When autostarting NERDTree using this config:
autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | exe 'NERDTree' | endif
I was getting error E704.
When autostarting NERDTree using this config:
autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | exe 'NERDTree' | endif
I was getting error E704.
Copyright © 2021 Jogjafile Inc.
Update your NERDTree plugin. In my case it was executing vim-plug update command: