Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unkown function: SemshiBufWipeout when closing windows in python3.8 #67

Closed
66RING opened this issue Jan 18, 2020 · 2 comments
Closed

Unkown function: SemshiBufWipeout when closing windows in python3.8 #67

66RING opened this issue Jan 18, 2020 · 2 comments

Comments

@66RING
Copy link

66RING commented Jan 18, 2020

When I close windows, for example, after updating plugins using PlugUpdate command provided by vim-plug, I saw the following errors:

Error detected while processing BufWipeout Autocommands for "*":
E117: Unknown function: SemshiBufWipeout
E117: Unknown function: SemshiBufWipeout
E117: Unknown function: SemshiBufWipeout

This is my vimrc

Plug 'numirias/semshi', { 'do': ':UpdateRemotePlugins', 'for' :['python', 'vim-plug'] }

I try to use :UpdateRemotePlugins manually ,but did not work

@66RING
Copy link
Author

66RING commented Jan 25, 2020

I fix it in the following to step:
1.upgrade pip in python 3.8(recently release)
2.delete HOME/.local/share/nvim/rplugin.vim and :UpdateRemotePlugins again

@66RING 66RING closed this as completed Jan 25, 2020
@SkyLeach
Copy link

To anyone else having this problem: most of the time the short way out is simply to do :UpdateRemotePlugins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants