-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
vim9script, functions calls without :call #78
Comments
@iamcco please consider adding support for vim9. |
It need vim-vimlparser to support vim9. |
How do I setup the support for vim9 with vim-vimlparser? Screen.Recording.2022-10-20.at.09.42.17.mov |
For context, I'm using vim-language-server through yegappan/lsp |
What I mean is vim-language-server depend on vim-vimlparser to support vim9 and by now vim-vimlparser does not support vim9. |
Describe the bug
Using a function as intended in vim9script, without :call will result in
E492: Not an editor command:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Resolving vim9 functions.
The text was updated successfully, but these errors were encountered: