summaryrefslogtreecommitdiffstats
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-03-14 21:20:02 +0100
committerBram Moolenaar <Bram@vim.org>2018-03-14 21:20:02 +0100
commit62dd452d02f4a17f7e9fdfb3656b71bea62e12fe (patch)
tree83d80deb7f21b8d29f928ed3a1f08c9c1c44d053 /runtime/doc/starting.txt
parent228de1dfd2687af16dc7bc88942c65b5af9d7e04 (diff)
patch 8.0.1607: --clean loads user settings from .gvimrcv8.0.1607
Problem: --clean loads user settings from .gvimrc. Solution: Behave like "-U NONE" was used. (Ken Takata)
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 235846043f..9d5e43f3d3 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -510,11 +510,12 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
{not in Vi}
*--clean*
---clean Equal to "-u DEFAULTS -i NONE":
+--clean Equal to "-u DEFAULTS -U NONE -i NONE":
- initializations from files and environment variables is
skipped
- the |defaults.vim| script is loaded, which implies
'nocompatible': use Vim defaults
+ - no |gvimrc| script is loaded
- no viminfo file is read or written
- the home directory is excluded from 'runtimepath'
*-x*