commit | aa31346da4e486013975b92f65d4ae70aca66ff0 | [log] [tgz] |
---|---|---|
author | dragonish <no.web.developer@outlook.com> | Sat Feb 24 17:08:19 2024 +0800 |
committer | GitHub <noreply@github.com> | Sat Feb 24 10:08:19 2024 +0100 |
tree | e78a87520a9f3c2043480ec08ebdc2cb22332035 | |
parent | 315cd1fbcbba7c44ec8743f03645bfcaef58bd55 [diff] [blame] |
runtime(tutor): small fixes to the zh tutor (#14081) dragonish <no.web.developer@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/tutor/tutor.zh_cn.utf-8 b/runtime/tutor/tutor.zh_cn.utf-8 index cc8e575..34879a4 100644 --- a/runtime/tutor/tutor.zh_cn.utf-8 +++ b/runtime/tutor/tutor.zh_cn.utf-8
@@ -905,7 +905,7 @@ 2. 查看一下当前目录下已经存在哪些文件,输入: :!ls 或者 :!dir - 3. 现在输入一个目录的起始部分,例如输入: :e + 3. 现在输入一个命令的起始部分,例如输入: :e 4. 接着按 CTRL-D 键,Vim 会显示以 e 开始的命令的列表。