diff options
author | Christian Brabandt <cb@256bit.org> | 2021-05-29 19:53:50 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-05-29 19:53:50 +0200 |
commit | 1d3a14ecf0cdde026984894c592dc140a2b46887 (patch) | |
tree | 61f1f20638e52bd684584205a7f2cdbf20a1a286 /runtime/doc/starting.txt | |
parent | 74ede80aeb272ac81d41a256057c4f250372dd00 (diff) | |
download | vim-git-1d3a14ecf0cdde026984894c592dc140a2b46887.tar.gz |
patch 8.2.2905: no error when defaults.vim cannot be loadedv8.2.2905
Problem: No error when defaults.vim cannot be loaded.
Solution: Add an error message. (Christian Brabandt, closes #8248)
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 469ec0ca5..d4e8cf818 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -1036,7 +1036,7 @@ giving the mapping. Defaults without a .vimrc file ~ - *defaults.vim* + *defaults.vim* *E1187* If Vim is started normally and no user vimrc file is found, the $VIMRUNTIME/defaults.vim script is loaded. This will set 'compatible' off, switch on syntax highlighting and a few more things. See the script for |