commit | 39b5d8b514a0022899a09ba097997099d861dcff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 17:27:15 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 17:27:15 2018 +0100 |
tree | 9cf471b367b1082ccc7b6453781b77067670f9eb | |
parent | 3d1491ed2394b3e92902102879bace28a5f9c201 [diff] [blame] |
patch 8.1.0624: overuling CONF_ARGS from the environment still does not work Problem: Overuling CONF_ARGS from the environment still does not work. (Tony Mechelynck) Solution: Add back CONF_ARGS next to the new numbered ones.
diff --git a/src/version.c b/src/version.c index f57ffb3..3321974 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 624, +/**/ 623, /**/ 622,