diff options
Diffstat (limited to 'runtime/doc/usr_05.txt')
-rw-r--r-- | runtime/doc/usr_05.txt | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/runtime/doc/usr_05.txt b/runtime/doc/usr_05.txt index e16dee2fb9..43a0d58b26 100644 --- a/runtime/doc/usr_05.txt +++ b/runtime/doc/usr_05.txt @@ -62,9 +62,8 @@ to write a Vim script file: |usr_41.txt|. ============================================================================== *05.2* The example vimrc file explained *vimrc_example.vim* -In the first chapter was explained how the example vimrc (included in the -Vim distribution) file can be used to make Vim startup in not-compatible mode -(see |not-compatible|). The file can be found here: +In the first chapter was explained how the example vimrc file can be used. +The file can be found here: $VIMRUNTIME/vimrc_example.vim ~ @@ -73,13 +72,6 @@ will give you hints about how to set up your own preferences. Not everything will be explained though. Use the ":help" command to find out more. > - set nocompatible - -As mentioned in the first chapter, these manuals explain Vim working in an -improved way, thus not completely Vi compatible. Setting the 'compatible' -option off, thus 'nocompatible' takes care of this. - -> set backspace=indent,eol,start This specifies where in Insert mode the <BS> is allowed to delete the |