diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-05-30 20:54:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-05-30 20:54:13 +0200 |
commit | d2ea7cf10a4d026ebd402594d656af7d5c811c24 (patch) | |
tree | 0d72953a92ce37bbdfe87178ab6692ea7ed0d14c /runtime/tutor/tutor.utf-8 | |
parent | 6ef5ab59043681a51e8ca2ab0a1e4ff8f0f4bb47 (diff) | |
download | vim-git-d2ea7cf10a4d026ebd402594d656af7d5c811c24.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/tutor/tutor.utf-8')
-rw-r--r-- | runtime/tutor/tutor.utf-8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/tutor/tutor.utf-8 b/runtime/tutor/tutor.utf-8 index fdfd09c13..9c5402d15 100644 --- a/runtime/tutor/tutor.utf-8 +++ b/runtime/tutor/tutor.utf-8 @@ -881,11 +881,11 @@ NOTE: If you want to ignore case for just one search command, use \c ** Enable Vim features ** Vim has many more features than Vi, but most of them are disabled by - default. To start using more features you have to create a "vimrc" file. + default. To start using more features you should create a "vimrc" file. 1. Start editing the "vimrc" file. This depends on your system: :e ~/.vimrc for Unix - :e $VIM/_vimrc for Windows + :e ~/_vimrc for Windows 2. Now read the example "vimrc" file contents: :r $VIMRUNTIME/vimrc_example.vim |