commit | d3dc062160b52f2a01900a8b8badb531fb8b3f16 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 30 17:45:30 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 30 17:45:30 2018 +0200 |
tree | 89470ee96d4761e965c0c95810127692a833a318 | |
parent | 2bfddfc508bcc8dcee108f098eb75844a228fa44 [diff] [blame] |
patch 8.1.0441: build failure without command line history Problem: Build failure without command line history. Solution: Move cmdline_init() outside of #ifdef.
diff --git a/src/version.c b/src/version.c index e6f7e1e..c81491d 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 441, +/**/ 440, /**/ 439,