diff options
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 47c032994..7757088c8 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -511,9 +511,11 @@ a slash. Thus "-R" means recovery and "-/R" readonly. {not in Vi} *--clean* ---clean Equal to "-u DEFAULTS -U NONE -i NONE": +--clean Similar to "-u DEFAULTS -U NONE -i NONE": - initializations from files and environment variables is skipped + -'runtimepath'and 'packpath' are set to exclude home + directory entries (does not happen with -u DEFAULTS). - the |defaults.vim| script is loaded, which implies 'nocompatible': use Vim defaults - no |gvimrc| script is loaded |