forked from aniani/vim
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)
This commit is contained in:
@@ -973,13 +973,23 @@
|
||||
#endif
|
||||
|
||||
/*
|
||||
* RUNTIME_GLOBAL Directory name for global Vim runtime directory.
|
||||
* RUNTIME_GLOBAL Comma-separated list of directory names for global Vim
|
||||
* runtime directories.
|
||||
* Don't define this if the preprocessor can't handle
|
||||
* string concatenation.
|
||||
* Also set by "--with-global-runtime" configure argument.
|
||||
*/
|
||||
/* #define RUNTIME_GLOBAL "/etc/vim" */
|
||||
|
||||
/*
|
||||
* RUNTIME_GLOBAL_AFTER Comma-separated list of directory names for global Vim
|
||||
* runtime after directories.
|
||||
* Don't define this if the preprocessor can't handle
|
||||
* string concatenation.
|
||||
* Also set by "--with-global-runtime" configure argument.
|
||||
*/
|
||||
/* #define RUNTIME_GLOBAL_AFTER "/etc/vim/after" */
|
||||
|
||||
/*
|
||||
* MODIFIED_BY Name of who modified Vim. Required when distributing
|
||||
* a modified version of Vim.
|
||||
|
||||
Reference in New Issue
Block a user