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
Error detected while processing BufWipeout Autocommands for "*":
E117: Unknown function: SemshiBufWipeout
Error detected while processing function 53_filetype_changed:
line 4:
E492: Not an editor command: Semshi enable
I am using semshi with neovim, python3, pynvim, and vim-plug.
the only line related to semshi in my init.vim
let g:semshi#filetypes = [ 'python' ]
The text was updated successfully, but these errors were encountered:
Error detected while processing BufWipeout Autocommands for "*":
E117: Unknown function: SemshiBufWipeout
Error detected while processing function 53_filetype_changed:
line 4:
E492: Not an editor command: Semshi enable
I am using semshi with neovim, python3, pynvim, and vim-plug.
the only line related to semshi in my init.vim
let g:semshi#filetypes = [ 'python' ]
The text was updated successfully, but these errors were encountered: