commit | 9d302ad4e31b4e20ce0b3af700f43edb6f5e6036 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 21 11:48:51 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 21 11:48:51 2018 +0100 |
tree | bf98d94b2534ef89d8287a9f18a13110937a1e22 | |
parent | a79fd56923744e331b3a5badbf9186100818fb45 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 99513d1..a605def 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 612, +/**/ 611, /**/ 610,