summaryrefslogtreecommitdiffstats
path: root/runtime/tutor/tutor.zh_cn.utf-8
diff options
context:
space:
mode:
authordragonish <no.web.developer@outlook.com>2024-02-24 17:08:19 +0800
committerGitHub <noreply@github.com>2024-02-24 10:08:19 +0100
commitaa31346da4e486013975b92f65d4ae70aca66ff0 (patch)
treee78a87520a9f3c2043480ec08ebdc2cb22332035 /runtime/tutor/tutor.zh_cn.utf-8
parent315cd1fbcbba7c44ec8743f03645bfcaef58bd55 (diff)
runtime(tutor): small fixes to the zh tutor (#14081)
dragonish <no.web.developer@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/tutor/tutor.zh_cn.utf-8')
-rw-r--r--runtime/tutor/tutor.zh_cn.utf-82
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tutor/tutor.zh_cn.utf-8 b/runtime/tutor/tutor.zh_cn.utf-8
index cc8e57504d..34879a4a2e 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 开始的命令的列表。