-
-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Match correct column for lines w/ multibyte chars
When matching columns with vim regexps (\%c), it matches the byte column, not the display column. This requires that any matches on lines with multibyte characters compensates for the added byte length of the multibyte characters. This commit contains a fix for this issue. Closes #28.
- Loading branch information
Showing
1 changed file
with
44 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters