diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-03-01 21:57:32 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-03-01 21:57:32 +0100 |
commit | 072687032683b1994d25a114893d9a6f8bc36612 (patch) | |
tree | 92733e191032910aa84c907ee34d537a12250654 /runtime/doc/starting.txt | |
parent | 5f73ef8d20070cd45c9aea4dc33c2e0657f5515c (diff) | |
download | vim-072687032683b1994d25a114893d9a6f8bc36612.zip |
patch 8.0.1554: custom plugins loaded with --clean
Problem: Custom plugins loaded with --clean.
Solution: Do not include the home directory in 'runtimepath'.
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 48af7f208..2b3418b3a 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -516,6 +516,7 @@ a slash. Thus "-R" means recovery and "-/R" readonly. - the |defaults.vim| script is loaded, which implies 'nocompatible': use Vim defaults - no viminfo file is read or written + - the home directory is excluded from 'runtimepath' *-x* -x Use encryption to read/write files. Will prompt for a key, which is then stored in the 'key' option. All writes will |