diff runtime/lang/menu_zh_cn.utf-8.vim @ 20146:d1bcb0b721cc v8.2.0628

patch 8.2.0628: error in menu translations Commit: https://github.com/vim/vim/commit/e71ebb46a252cd1cdfb075e6014c2b13c580bf3f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 23 23:54:04 2020 +0200 patch 8.2.0628: error in menu translations Problem: Error in menu translations. Solution: Insert a backslash before a space in one more file. (Shun Bai, Emir Sari)
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Apr 2020 00:00:04 +0200
parents 8ac85adee561
children a1effd6bb5ba
line wrap: on
line diff
--- a/runtime/lang/menu_zh_cn.utf-8.vim
+++ b/runtime/lang/menu_zh_cn.utf-8.vim
@@ -1,7 +1,7 @@
 " Menu Translations:    Simplified Chinese
 " Maintainer:           Shun Bai <baishunde@gmail.com>
 " Previous Maintainer:  Yuheng Xie <elephant@linux.net.cn>
-" Last Change:          2019 Sep 11
+" Last Change:          2020 Apr 23
 
 " Quit when menu translations have already been done.
 if exists("did_menu_trans")
@@ -122,7 +122,7 @@ menutrans Toggle\ &C-Style\ Indenting<Tab>:set\ cin!		开/关\ C\ 语言式缩进(&C)<Tab>:set\ cin!
 
 " other options
 menutrans &Shiftwidth										缩进宽度(&S)
-menutrans Soft\ &Tabstop									软制表位宽度(Soft Tabstop)(&T)
+menutrans Soft\ &Tabstop									软制表位宽度(Soft\ Tabstop)(&T)
 menutrans Te&xt\ Width\.\.\.								文本宽度(&X)\.\.\.
 menutrans &File\ Format\.\.\.								文件格式(&F)\.\.\.