mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-13 04:03:46 -05:00
<Plug>NERDCommenterComment using block comment on visual block whose
last char is unicode breaks up the unicode char. Example:
a가 → /* a<ea> */<b0><80>
To fix this, add the character's byte length to the index used for
chopping the right part of the text block to be commented.