vim-easymotion/plugin
Kim Silkebækken 3cd718fa9a 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.
2011-06-17 21:57:25 +02:00
..
EasyMotion.vim Match correct column for lines w/ multibyte chars 2011-06-17 21:57:25 +02:00