You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then vi main.c, press gcui to uncomment /* int a = 1; */:
vim.treesitter.query.get_query() is deprecated, use vim.treesitter.query.get() instead. :help deprecated
This feature will be removed in Nvim version 0.10
stack traceback:
/usr/share/nvim/runtime/lua/vim/treesitter/query.lua:200: in function 'get_query'
...cal/share/nvim/repos/github.com/tyru/caw.vim/lua/caw.lua:18: in function 'has_syntax'
[string "luaeval()"]:1: in main chunk
[Vim(if):E5108: Error executing lua ...cal/share/nvim/repos/github.com/tyru/caw.vim/lua/caw.lua:26: attempt to index field 'hl_map' (a nil value)^@stack traceback:^@^I...cal/share/nvim/repos/github.com/tyru/caw.vim/lua/ca
w.lua:26: in function 'has_syntax'^@^I[string "luaeval()"]:1: in main chunk]::[function caw#keymapping_stub[78]..97[3]..99[1]..93[2]..92[4]..103, line 9]
❯ vi --version
NVIM v0.9.2
Build type: Release
LuaJIT 2.1.1694285958
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/share/nvim"
Run :checkhealth for more info
Additional context
No response
The text was updated successfully, but these errors were encountered:
Freed-Wu
changed the title
disable additional_vim_regex_highlighting will make caw.vim cannot work
disable additional_vim_regex_highlighting will result in E5108 in caw.vim
Oct 1, 2023
Describe the bug
I install both caw.vim and nvim-treesitter.
If
Then
vi main.c
, pressgcui
to uncomment/* int a = 1; */
:However, if
E5108 will disappear.
To Reproduce
I'll try to give a minimal vimrc later...
Expected behavior
No error.
Output of
:checkhealth nvim-treesitter
Output of
nvim --version
Additional context
No response
The text was updated successfully, but these errors were encountered: