comparison src/config.h.in @ 15205:54d2905bd5ab v8.1.0612

patch 8.1.0612: cannot use two global runtime dirs with configure commit https://github.com/vim/vim/commit/9d302ad4e31b4e20ce0b3af700f43edb6f5e6036 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 21 11:48:51 2018 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Dec 2018 12:00:10 +0100
parents 1f3fe26f8e3f
children 41fbbcea0f1b
comparison
equal deleted inserted replaced
15204:e4d63834f866 15205:54d2905bd5ab
451 #undef FEAT_JOB_CHANNEL 451 #undef FEAT_JOB_CHANNEL
452 452
453 /* Define if you want to include terminal emulator support. */ 453 /* Define if you want to include terminal emulator support. */
454 #undef FEAT_TERMINAL 454 #undef FEAT_TERMINAL
455 455
456 /* Define default global runtime path */ 456 // Define default global runtime path.
457 #undef RUNTIME_GLOBAL 457 #undef RUNTIME_GLOBAL
458
459 // Define default global runtime after path.
460 #undef RUNTIME_GLOBAL_AFTER
458 461
459 /* Define name of who modified a released Vim */ 462 /* Define name of who modified a released Vim */
460 #undef MODIFIED_BY 463 #undef MODIFIED_BY
461 464
462 /* Define if you want XSMP interaction as well as vanilla swapfile safety */ 465 /* Define if you want XSMP interaction as well as vanilla swapfile safety */