mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
vim-patch:7.4.835
Problem: Comparing utf-8 sequences does not handle different byte sizes
correctly.
Solution: Get the byte size of each character. (Dominique Pelle)
f6470c288c
This commit is contained in:
@@ -453,7 +453,7 @@ static int included_patches[] = {
|
||||
// 838,
|
||||
// 837 NA
|
||||
836,
|
||||
// 835,
|
||||
835,
|
||||
834,
|
||||
// 833,
|
||||
// 832,
|
||||
|
Reference in New Issue
Block a user