aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/gui.txt
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2015-11-11 01:00:04 +0100
committerMarco Hinz <mh.codebro@gmail.com>2015-11-11 22:50:14 +0100
commit85b1052c3ceeaeae7da907707d7bbdce8d71f642 (patch)
treece789d21e26d500e6263d22abf29696b8e81692e /runtime/doc/gui.txt
parent947e356cdaa931bec9b2314c36bbfed926514030 (diff)
downloadrneovim-85b1052c3ceeaeae7da907707d7bbdce8d71f642.tar.gz
rneovim-85b1052c3ceeaeae7da907707d7bbdce8d71f642.tar.bz2
rneovim-85b1052c3ceeaeae7da907707d7bbdce8d71f642.zip
Remove all invalid nvimrc and ngvimrc references
"vimrc" refers to all files that are used to configure Neovim. The main configuration file is init.vim nowadays. All nvimrc references that are left refer to a local ".nvimrc" which is read if 'exrc' is set. ".ngvimrc" references were completely wiped. Closes #3552.
Diffstat (limited to 'runtime/doc/gui.txt')
-rw-r--r--runtime/doc/gui.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt
index 90f772c46f..c74c31d1fa 100644
--- a/runtime/doc/gui.txt
+++ b/runtime/doc/gui.txt
@@ -61,10 +61,6 @@ When the GUI starts up initializations are carried out, in this order:
~/.config).
The name of the first file found is stored in $MYGVIMRC, unless it was
already set.
-- If the 'exrc' option is set (which is NOT the default) the file ./.ngvimrc
- is sourced, if it exists and isn't the same file as the system or user
- gvimrc file. If this file is not owned by you, some security restrictions
- apply. When ".ngvimrc" is not found, "_ngvimrc" is tried too.
NOTE: All but the first one are not carried out if Vim was started with
"-u NONE" and no "-U" argument was given, or when started with "-U NONE".