diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-11-16 16:13:44 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-11-16 16:13:44 +0100 |
commit | f0d58efc9dc46be37c629cbc99b4125448ca39fd (patch) | |
tree | 458d5e0bd05382f5369e59870185b5c7e2bcd6a3 /runtime/doc/starting.txt | |
parent | 0c27cbcacf0f58ad30f0b15d1f442f73f40347c2 (diff) | |
download | vim-git-f0d58efc9dc46be37c629cbc99b4125448ca39fd.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index b060c4555..711a4876b 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -515,7 +515,7 @@ a slash. Thus "-R" means recovery and "-/R" readonly. --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 + - '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 |