iamcco / iamcco/vim-language-server

vim9script, functions calls without :call

Open
#78 8 comments 5 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.