vim-lsc icon indicating copy to clipboard operation
vim-lsc copied to clipboard

Unknown function: win_execute

Open reidrac opened this issue 4 years ago • 4 comments

I'm tracking master and since 4b3c07ccedecb101c75ff974e5d1526933f69e03 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 avatar Mar 17 '21 08:03 reidrac

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!

reidrac avatar Mar 17 '21 08:03 reidrac

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

lgeo3 avatar Mar 19 '21 13:03 lgeo3

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.

Jair-Luna avatar Jan 14 '22 03:01 Jair-Luna

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.

djpavon avatar Mar 14 '24 17:03 djpavon