You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I upgraded to Vim 9.1, I'm getting this error on startup
Error detected while processing /usr/local/Cellar/vim/9.1.0850/share/vim/vim91/plugin/netrwPlugin.vim:
line 39:
E174: Command already exists: add ! to replace it: Open call netrw#Open(trim(<q-args>))
Hello,
Since I upgraded to Vim 9.1, I'm getting this error on startup
It seems that
command! -bar -nargs=? -complete=file Open call xolox#shell#open_cmd(<q-args>)
clashes with this change in thenetrw
plugin: vim/vim@8b0fa7a#diff-04bdb3e603079bce69af82dde6018a473e9ec1da595229d3f7bfc777885a169aThe text was updated successfully, but these errors were encountered: