-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
runtimefuntimefuntimevim-patchSee https://neovim.io/doc/user/dev_vimpatch.htmlSee https://neovim.io/doc/user/dev_vimpatch.html
Description
nvim --version
: v0.5.0-dev+1268-g02909d150
Steps to reproduce using nvim -u NORC
Create a file foo.vim
and type the following:
augroup Foo
autocmd WinEnter * call abs(0)
augroup END
Actual behaviour
The function abs
is highlighted as an error.
Expected behaviour
The syntax highlighting should not report an error. This is a regression since Neovim 0.4.2.
Metadata
Metadata
Assignees
Labels
runtimefuntimefuntimevim-patchSee https://neovim.io/doc/user/dev_vimpatch.htmlSee https://neovim.io/doc/user/dev_vimpatch.html