vim-patch: NA

* vim-patch:8.0.0245

Problem:    The generated zh_CN.cp936.po message file is not encoded properly.
Solution:   Instead of using zh_CN.po as input, use zh_CN.UTF-8.po.

16038d50c4

* vim-patch:8.0.0248

Problem:    vim_strcat() cannot handle overlapping arguments.
Solution:   Use mch_memmove() instead of strcpy(). (Justin M Keyes,
            closes vim/vim#1415)

45600ce8f2
This commit is contained in:
KunMing Xie
2017-11-13 06:27:08 +08:00
committed by Justin M. Keyes
parent 69e3308771
commit 6b8c34137c

View File

@@ -856,10 +856,10 @@ static const int included_patches[] = {
// 251,
250,
// 249 NA
// 248,
// 248 NA
247,
// 246 NA
// 245,
245,
// 244,
243,
242,