1
0
forked from aniani/vim

runtime(tutor): small fixes to the zh tutor (#14081)

dragonish <no.web.developer@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
dragonish 2024-02-24 17:08:19 +08:00 committed by GitHub
parent 315cd1fbcb
commit aa31346da4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -905,7 +905,7 @@
2. 查看一下当前目录下已经存在哪些文件,输入: :!ls 或者 :!dir
3. 现在输入一个目录的起始部分,例如输入: :e
3. 现在输入一个命令的起始部分,例如输入: :e
4. 接着按 CTRL-D 键Vim 会显示以 e 开始的命令的列表。

View File

@ -905,7 +905,7 @@
2. 查看一下当前目录下已经存在哪些文件,输入: :!ls 或者 :!dir
3. 现在输入一个目录的起始部分,例如输入: :e
3. 现在输入一个命令的起始部分,例如输入: :e
4. 接着按 CTRL-D 键Vim 会显示以 e 开始的命令的列表。