From 072687032683b1994d25a114893d9a6f8bc36612 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 1 Mar 2018 21:57:32 +0100 Subject: patch 8.0.1554: custom plugins loaded with --clean Problem: Custom plugins loaded with --clean. Solution: Do not include the home directory in 'runtimepath'. --- runtime/doc/starting.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc/starting.txt') 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 -- cgit v1.2.3