From 9d302ad4e31b4e20ce0b3af700f43edb6f5e6036 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 21 Dec 2018 11:48:51 +0100 Subject: patch 8.1.0612: cannot use two global runtime dirs with configure Problem: Cannot use two global runtime dirs with configure. Solution: Support a comma in --with-global-runtime. (James McCoy, closes #3704) --- src/config.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 8352563a34..4a5cb099e4 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -453,9 +453,12 @@ /* Define if you want to include terminal emulator support. */ #undef FEAT_TERMINAL -/* Define default global runtime path */ +// Define default global runtime path. #undef RUNTIME_GLOBAL +// Define default global runtime after path. +#undef RUNTIME_GLOBAL_AFTER + /* Define name of who modified a released Vim */ #undef MODIFIED_BY -- cgit v1.2.3