mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +00:00
vim-patch:7.4.324
Problem: In Ex mode, cyrillic characters are not handled. (Stas Malavin) Solution: Support multi-byte characters in Ex mode. (Yukihiro Nakadaira) https://github.com/vim/vim/releases/tag/v7-4-324
This commit is contained in:
@@ -416,7 +416,7 @@ static int included_patches[] = {
|
||||
327,
|
||||
//326 NA
|
||||
325,
|
||||
//324,
|
||||
324,
|
||||
323,
|
||||
//322 NA
|
||||
//321 NA
|
||||
|
Reference in New Issue
Block a user