-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
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:
vim9script
def Foo():
echom "done"
enddef
foo() # E92: Not an editor command: fooExpected behavior
Resolving vim9 functions.
fourpastmidnight, atihonovschi, scotts777, hippie68 and craigmac
Metadata
Metadata
Assignees
Labels
No labels