Skip to content

Commit

Permalink
Vim 8.1 fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
Yian Huang committed Dec 24, 2019
1 parent 3ae2aad commit 52bca28
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/eval.cnx
Original file line number Diff line number Diff line change
Expand Up @@ -7212,7 +7212,7 @@ term_dumpload({filename} [, {options}])
term_dumpwrite({buf}, {filename} [, {options}])
{buf} 的终端屏幕的内容保存到 {filename} 文件里。使用的格式
可用于 |term_dumpload()||term_dumpdiff()|
如果 {filename} 已存在,报错。*E953*
如果 {filename} 已存在,报错。 *E953*
另见 |terminal-diff|

{options} 是包含以下可选项目的字典:
Expand Down Expand Up @@ -8133,7 +8133,7 @@ title 编译时加入了窗口标题的支持。|'title'|。
toolbar 编译时加入了 |gui-toolbar| 的支持。
ttyin 输入是终端 (tty)
ttyout 输出是终端 (tty)
unix Vim 的 Unix 版本。*+unix*
unix Vim 的 Unix 版本。 *+unix*
unnamedplus 编译时加入了 'clipboard' 对 "unnamedplus" 的支持。
user_commands 用户定义命令支持。
vcon Win32: 有虚拟终端支持,可用 'termguicolors'。另见 |+vtp|
Expand Down
Loading

0 comments on commit 52bca28

Please sign in to comment.