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
The reason is match/subpattern highlighting expects every character to take the same width due to the use of a monospace font. However, the width of e.g. English characters doesn't apply to e.g. Japanese characters.
Example: try using /./ to match "片仮名" or "カタカナ".
There's probably some way to determine the actual width of matched text as rendered on the screen, which would be a part of fixing this.
The text was updated successfully, but these errors were encountered:
The reason is match/subpattern highlighting expects every character to take the same width due to the use of a monospace font. However, the width of e.g. English characters doesn't apply to e.g. Japanese characters.
Example: try using
/./
to match"片仮名"
or"カタカナ"
.There's probably some way to determine the actual width of matched text as rendered on the screen, which would be a part of fixing this.
The text was updated successfully, but these errors were encountered: