Skip to content

vim9script, functions calls without :call #78

Description

@dezza

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions