mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
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:

committed by
Justin M. Keyes

parent
69e3308771
commit
6b8c34137c
@@ -856,10 +856,10 @@ static const int included_patches[] = {
|
||||
// 251,
|
||||
250,
|
||||
// 249 NA
|
||||
// 248,
|
||||
// 248 NA
|
||||
247,
|
||||
// 246 NA
|
||||
// 245,
|
||||
245,
|
||||
// 244,
|
||||
243,
|
||||
242,
|
||||
|
Reference in New Issue
Block a user