diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-03-14 21:20:02 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-03-14 21:20:02 +0100 |
commit | 62dd452d02f4a17f7e9fdfb3656b71bea62e12fe (patch) | |
tree | 83d80deb7f21b8d29f928ed3a1f08c9c1c44d053 /runtime/doc/starting.txt | |
parent | 228de1dfd2687af16dc7bc88942c65b5af9d7e04 (diff) | |
download | vim-62dd452d02f4a17f7e9fdfb3656b71bea62e12fe.zip |
patch 8.0.1607: --clean loads user settings from .gvimrc
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.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 235846043..9d5e43f3d 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* |