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
minor bug in the tree-sitter parser logic where a single character (e.g. "A" in "STARTING MACVIM FROM A TERMINAL") does not count as a headline. ... grammar.json ... requires two or more characters: [A-Z0-9.()][-A-Z0-9.()_]+.
The text was updated successfully, but these errors were encountered:
Problem
reported by @ychin neovim/neovim#20690 (comment) :
The text was updated successfully, but these errors were encountered: