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
filename containing some punctuation characters ( [, ], ', ", ; and maybe others) or non ascii characters (like à é è) are not completely highlighted. Only the part after the last 'special' character is.
I tried to modify the regex with
lets:characters='[[:punct:][:fname:][:blank:]]'
and it seems to solve the issue with vim and nvim
but I'm not sure the change doesn't have any negative side effect on other configuration/version of vim
The text was updated successfully, but these errors were encountered:
vim version: 9.0.1572
neovim version: 0.9.1
filename containing some punctuation characters ( [, ], ', ", ; and maybe others) or non ascii characters (like à é è) are not completely highlighted. Only the part after the last 'special' character is.
I tried to modify the regex with
and it seems to solve the issue with vim and nvim
but I'm not sure the change doesn't have any negative side effect on other configuration/version of vim
The text was updated successfully, but these errors were encountered: