Files
nerdcommenter/plugin
Jaehwang Jerry Jung a5d1663185 Fix multibyte character bug in block comment (#469)
<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.
2021-05-29 14:00:30 +03:00
..