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: foo
Expected behavior
Resolving vim9 functions.
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.