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

Unknown function: win_execute #405

Open
reidrac opened this issue Mar 17, 2021 · 4 comments
Open

Unknown function: win_execute #405

reidrac opened this issue Mar 17, 2021 · 4 comments

Comments

@reidrac
Copy link

reidrac commented Mar 17, 2021

I'm tracking master and since 4b3c07c I'm experiencing the following error:

[lsc:Error] Error dispatching message: 'Vim(call):E117: Unknown function: win_execute'

This is on neovim v0.4.4.

@reidrac
Copy link
Author

reidrac commented Mar 17, 2021

I know I could avoid issues like this by sticking to the latest release, but 9 Aug 2018 feels quite far away.

If you don't want bug reports on master, please let me know and thanks for vim-lsc!

EDIT: oh, I missed v0.4.0!

@lgeo3
Copy link

lgeo3 commented Mar 19, 2021

Same problem here, win_execute does not seem to be available in neovim yet (pull request seems to be in review: neovim/neovim#13664).

@Jair-Luna
Copy link

Hi guys, I have the same problem and another who says, "Some plugin change completeopt during completion", this appears after I wrote "." to acces a method.

@djpavon
Copy link

djpavon commented Mar 14, 2024

The same error occurs in vim 8.0 which is shipped with RHEL8. It looks like win_execute was first implemented in vim 8.1.1418, but it had a number of bug fixes throughout 8.1 and 8.2. neovim implemented it in 0.5, with most of the bug fixes included. Would be good to update the README with new version requirements.

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

4 participants