commit | 3ac55c86449de57f63fa1cc2ac19202c1aa1ebb9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 14:59:03 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 14:59:03 2018 +0100 |
tree | a70d48cc483cd174e5d244b883cd3e17c041ab05 | |
parent | 461a7fcfce3cd6414f990037e6468af3b5ccf119 [diff] [blame] |
patch 8.1.0620: overuling CONF_ARGS from the environment no longer works Problem: Overuling CONF_ARGS from the environment no longer works. (Tony Mechelynck) Solution: Do not define any CONF_ARGS by default.
diff --git a/src/version.c b/src/version.c index b1a28c1..333a98f 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 620, +/**/ 619, /**/ 618,