summaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2021-05-29 19:53:50 +0200
committerBram Moolenaar <Bram@vim.org>2021-05-29 19:53:50 +0200
commit1d3a14ecf0cdde026984894c592dc140a2b46887 (patch)
tree61f1f20638e52bd684584205a7f2cdbf20a1a286 /runtime/doc
parent74ede80aeb272ac81d41a256057c4f250372dd00 (diff)
downloadvim-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')
-rw-r--r--runtime/doc/starting.txt2
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