mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
vim-patch:7.4.651 #3644
Problem: Can't match "%>80v" properly for multi-byte characters.
Solution: Multiply the character number by the maximum number of bytes in a
character. (Yasuhiro Matsumoto)
4f36dc3bf7
This commit is contained in:

committed by
Florian Walch

parent
421da79d30
commit
3b615980c8
@@ -273,7 +273,7 @@ static int included_patches[] = {
|
||||
// 654,
|
||||
653,
|
||||
// 652,
|
||||
// 651,
|
||||
651,
|
||||
// 650 NA
|
||||
// 649,
|
||||
// 648 NA
|
||||
|
Reference in New Issue
Block a user