Skip to content

Commit 7089f42

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents eeb05f5 + b1ba9ab commit 7089f42

File tree

148 files changed

+9846
-8019
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+9846
-8019
lines changed

Filelist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ SRC_ALL = \
2525
src/change.c \
2626
src/channel.c \
2727
src/charset.c \
28+
src/cindent.c \
2829
src/cmdexpand.c \
2930
src/cmdhist.c \
3031
src/crypt.c \
@@ -191,6 +192,7 @@ SRC_ALL = \
191192
src/proto/change.pro \
192193
src/proto/channel.pro \
193194
src/proto/charset.pro \
195+
src/proto/cindent.pro \
194196
src/proto/cmdexpand.pro \
195197
src/proto/cmdhist.pro \
196198
src/proto/crypt.pro \
@@ -294,11 +296,11 @@ SRC_ALL = \
294296
src/libvterm/src/encoding/uk.inc \
295297
src/libvterm/src/encoding/uk.tbl \
296298
src/libvterm/src/keyboard.c \
297-
src/libvterm/src/termmouse.c \
299+
src/libvterm/src/mouse.c \
298300
src/libvterm/src/parser.c \
299301
src/libvterm/src/pen.c \
300302
src/libvterm/src/rect.h \
301-
src/libvterm/src/termscreen.c \
303+
src/libvterm/src/screen.c \
302304
src/libvterm/src/state.c \
303305
src/libvterm/src/unicode.c \
304306
src/libvterm/src/utf8.h \

nsis/lang/simpchinese.nsi

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Locale ID : 2052
77
# fileencoding : UTF-8
8-
# Author : Guopeng Wen
8+
# Author : Guopeng Wen, David Liu
99

1010
!insertmacro MUI_LANGUAGE "SimpChinese"
1111

@@ -112,7 +112,7 @@ LangString str_desc_plugin ${LANG_SIMPCHINESE} \
112112
LangString str_section_plugin_home ${LANG_SIMPCHINESE} \
113113
"私有插件目录"
114114
LangString str_desc_plugin_home ${LANG_SIMPCHINESE} \
115-
"Create plugin directories in HOME directory."
115+
"在主目录创建私有插件目录。"
116116

117117
LangString str_section_plugin_vim ${LANG_SIMPCHINESE} \
118118
"公共插件目录"
@@ -141,14 +141,14 @@ LangString str_desc_rm_exe ${LANG_SIMPCHINESE} \
141141
"删除 Vim 的所有执行文件及脚本。"
142142

143143
LangString str_ungroup_plugin ${LANG_SIMPCHINESE} \
144-
"Remove plugin directories"
144+
"移除插件目录"
145145
LangString str_desc_rm_plugin ${LANG_SIMPCHINESE} \
146-
"Remove the plugin directories if they are empty."
146+
"移除插件目录(如果目录为空)。"
147147

148148
LangString str_unsection_plugin_home ${LANG_SIMPCHINESE} \
149149
"私有插件目录"
150150
LangString str_desc_rm_plugin_home ${LANG_SIMPCHINESE} \
151-
"Remove the plugin directories from HOME directory."
151+
"从主目录中移除私有插件目录。"
152152

153153
LangString str_unsection_plugin_vim ${LANG_SIMPCHINESE} \
154154
"公共插件目录"
@@ -241,37 +241,37 @@ LangString str_msg_unregistering ${LANG_SIMPCHINESE} \
241241
LangString str_vimrc_page_title ${LANG_SIMPCHINESE} \
242242
"设置 _vimrc"
243243
LangString str_vimrc_page_subtitle ${LANG_SIMPCHINESE} \
244-
"选择键盘、鼠标和增强选项"
244+
"选择键盘、鼠标和扩展设置"
245245

246246
LangString str_msg_compat_title ${LANG_SIMPCHINESE} \
247247
"Vi / Vim 行为"
248248
LangString str_msg_compat_desc ${LANG_SIMPCHINESE} \
249-
"&Compatibility and enhancements"
249+
"兼容性与扩展(&B)"
250250
LangString str_msg_compat_vi ${LANG_SIMPCHINESE} \
251-
"Vi compatible"
251+
"原始 Vi"
252252
LangString str_msg_compat_vim ${LANG_SIMPCHINESE} \
253-
"Vim original"
253+
"原始 Vim"
254254
LangString str_msg_compat_defaults ${LANG_SIMPCHINESE} \
255-
"Vim with some enhancements (load defaults.vim)"
255+
"Vim 原始版本和部分扩展 (加载 defaults.vim)"
256256
LangString str_msg_compat_all ${LANG_SIMPCHINESE} \
257-
"Vim with all enhancements (load vimrc_example.vim) (Default)"
257+
"Vim 原始版本和所有扩展 (加载 vimrc_example.vim) (缺省)"
258258

259259
LangString str_msg_keymap_title ${LANG_SIMPCHINESE} \
260260
"键盘映射"
261261
LangString str_msg_keymap_desc ${LANG_SIMPCHINESE} \
262-
"&Remap a few keys for Windows (Ctrl-V, Ctrl-C, Ctrl-A, Ctrl-S, Ctrl-F, etc)"
262+
"Windows 映射按键(&R) (例如:Ctrl-V, Ctrl-C, Ctrl-A, Ctrl-S, Ctrl-F)"
263263
LangString str_msg_keymap_default ${LANG_SIMPCHINESE} \
264-
"Do not remap keys (Default)"
264+
"不映射按键 (缺省)"
265265
LangString str_msg_keymap_windows ${LANG_SIMPCHINESE} \
266-
"Remap a few keys"
266+
"映射一些按键"
267267

268268
LangString str_msg_mouse_title ${LANG_SIMPCHINESE} \
269269
"鼠标"
270270
LangString str_msg_mouse_desc ${LANG_SIMPCHINESE} \
271-
"&Behavior of right and left buttons"
271+
"左键和右键行为(&B)"
272272
LangString str_msg_mouse_default ${LANG_SIMPCHINESE} \
273-
"Right: popup menu, Left: visual mode (Default)"
273+
"右键:弹出菜单, 左键:可视化模式 (缺省)"
274274
LangString str_msg_mouse_windows ${LANG_SIMPCHINESE} \
275-
"Right: popup menu, Left: select mode (Windows)"
275+
"右键:弹出菜单, 左键:选择模式 (Windows)"
276276
LangString str_msg_mouse_unix ${LANG_SIMPCHINESE} \
277-
"Right: extends selection, Left: visual mode (Unix)"
277+
"右键: 扩展选择, 左键:可视化模式 (Unix)"

runtime/defaults.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" The default vimrc file.
22
"
33
" Maintainer: Bram Moolenaar <[email protected]>
4-
" Last change: 2019 Feb 18
4+
" Last change: 2019 Sep 28
55
"
66
" This is loaded if no vimrc file was found.
77
" Except when Vim is run with "-u NONE" or "-C".

runtime/doc/change.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim version 8.1. Last change: 2019 Sep 27
1+
*change.txt* For Vim version 8.1. Last change: 2019 Sep 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

0 commit comments

Comments
 (0)