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
After I PluginInstall each time, key press q to quit, I will get a message from neovim:
Processing BufWipeout autocmd "*" occurs error:
E117: Unknown function: SemshiBufWipeout
Work on Darwin, Neovim:
NVIM v0.3.7
Build type: Release
LuaJIT 2.0.5
The solution is to run :UpdateRemotePlugins, but this error can still happen often (e.g. running vim-plug installation or for some reason rplugin gets broken). My fork of semshi fixes it: wookayin@52df970 .
After I PluginInstall each time, key press q to quit, I will get a message from neovim:
Processing BufWipeout autocmd "*" occurs error:
E117: Unknown function: SemshiBufWipeout
Work on Darwin, Neovim:
NVIM v0.3.7
Build type: Release
LuaJIT 2.0.5
vim-plug:
Plug 'numirias/semshi', { 'do': ':UpdateRemotePlugins', 'for' :['python', 'vim-plug'] }
The text was updated successfully, but these errors were encountered: