0
0
mirror of https://github.com/vim/vim.git synced 2025-10-07 05:54:16 -04:00

updated for version 7.4.122

Problem:    Win32: When 'encoding' is set to "utf-8" and the active codepage
            is cp932 then ":grep" and other commands don't work for multi-byte
            characters.
Solution:   (Yasuhiro Matsumoto)
This commit is contained in:
Bram Moolenaar
2013-12-11 17:58:35 +01:00
parent 893b2d73d1
commit 910cffbb5e
2 changed files with 73 additions and 39 deletions

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
122,
/**/
121,
/**/