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
Fixes an issue where trying to uncomment will result in "attempt to
index field 'hl_map' (a nil value)..." when used with treesitter.
Based on the code in [this comment][1] and tyru#185, but tweaked
slightly to avoid messing with indentation of the existing code.
[1]: Shougo/dein.vim#495 (comment)
Description
caw.vim can't works well with treesitter when using dein.vim.
To Reproduce
Steps to reproduce the behavior:
nvim -u mini.vim test.c
gcc
(toggle commet key definede by caw.vim) On the line that is commented by//
Expected behavior
The hotkey
gcc
should toggle comment normally.Screenshots
Desktop:
Please complete the following information, when reporting bugs related to the Dein.vim.
Minimal Config
See the minimal config example at README#Config Example, you can remove comments unrelated to the issue.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: