mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
vim-patch:7.4.1782
Problem: strcharpart() does not work properly with some multi-byte
characters.
Solution: Use mb_cptr2len() instead of mb_char2len(). (Hirohito Higashi)
fca6600305
This commit is contained in:
@@ -660,7 +660,7 @@ static int included_patches[] = {
|
||||
// 1785,
|
||||
// 1784 NA
|
||||
// 1783,
|
||||
// 1782,
|
||||
1782,
|
||||
// 1781,
|
||||
// 1780,
|
||||
1779,
|
||||
|
Reference in New Issue
Block a user