commit | 072687032683b1994d25a114893d9a6f8bc36612 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 01 21:57:32 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 01 21:57:32 2018 +0100 |
tree | 92733e191032910aa84c907ee34d537a12250654 | |
parent | 5f73ef8d20070cd45c9aea4dc33c2e0657f5515c [diff] [blame] |
patch 8.0.1554: custom plugins loaded with --clean Problem: Custom plugins loaded with --clean. Solution: Do not include the home directory in 'runtimepath'.
diff --git a/src/version.c b/src/version.c index 5f66464..e890d11 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1554, +/**/ 1553, /**/ 1552,