diff runtime/tutor/tutor.zh_cn.utf-8 @ 24751:e69e7133c9cf

Update runtime files Commit: https://github.com/vim/vim/commit/d2ea7cf10a4d026ebd402594d656af7d5c811c24 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 30 20:54:13 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 May 2021 21:00:09 +0200
parents 1e8ebf870720
children 179c118424a6
line wrap: on
line diff
--- a/runtime/tutor/tutor.zh_cn.utf-8
+++ b/runtime/tutor/tutor.zh_cn.utf-8
@@ -883,7 +883,7 @@
 
   1. 开始编辑 vimrc 文件,具体命令取决于您所使用的操作系统:
         :edit ~/.vimrc		这是 Unix 系统所使用的命令
-        :edit $VIM/_vimrc	这是 MS-Windows 系统所使用的命令
+        :edit ~/_vimrc		这是 MS-Windows 系统所使用的命令
 
   2. 接着读取 vimrc 示例文件的内容:
         :r $VIMRUNTIME/vimrc_example.vim