diff runtime/tutor/tutor.zh.euc @ 34410:e0a711e36619

runtime(tutor): small fixes to the zh tutor (#14081) Commit: https://github.com/vim/vim/commit/aa31346da4e486013975b92f65d4ae70aca66ff0 Author: dragonish <no.web.developer@outlook.com> Date: Sat Feb 24 17:08:19 2024 +0800 runtime(tutor): small fixes to the zh tutor (https://github.com/vim/vim/issues/14081) dragonish <no.web.developer@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 24 Feb 2024 10:15:18 +0100
parents 179c118424a6
children
line wrap: on
line diff
--- a/runtime/tutor/tutor.zh.euc
+++ b/runtime/tutor/tutor.zh.euc
@@ -905,7 +905,7 @@
 
   2. 查看一下当前目录下已经存在哪些文件,输入: :!ls   或者  :!dir
 
-  3. 现在输入一个目录的起始部分,例如输入: :e
+  3. 现在输入一个命令的起始部分,例如输入: :e
 
   4. 接着按 CTRL-D 键,Vim 会显示以 e 开始的命令的列表。