iamcco / iamcco/vim-language-server
vim9script, functions calls without :call
Open
- Dominant language
- JavaScript
- Stars
- 546
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
**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:
```vim
vim9script
def Foo():
echom "done"
enddef
foo() # E92: Not an editor command: foo
```
**Expected behavior**
Resolving vim9 functions.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.