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 /src/proto/option.pro | |
parent | 5f73ef8d20070cd45c9aea4dc33c2e0657f5515c (diff) | |
download | vim-git-072687032683b1994d25a114893d9a6f8bc36612.tar.gz |
patch 8.0.1554: custom plugins loaded with --cleanv8.0.1554
Problem: Custom plugins loaded with --clean.
Solution: Do not include the home directory in 'runtimepath'.
Diffstat (limited to 'src/proto/option.pro')
-rw-r--r-- | src/proto/option.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/option.pro b/src/proto/option.pro index 59dcd4272..60a45e6d8 100644 --- a/src/proto/option.pro +++ b/src/proto/option.pro @@ -1,5 +1,5 @@ /* option.c */ -void set_init_1(void); +void set_init_1(int clean_arg); void set_string_default(char *name, char_u *val); void set_number_default(char *name, long val); void free_all_options(void); |