commit | 91cd59a0a20b944f703ca65e67f2e637fbb7e812 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 01 22:18:37 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 01 22:18:37 2020 +0100 |
tree | 53f4ddac0355305c63f85f5b075b628036dd4605 | |
parent | 219c7d063823498be22aae46dd024d77b5fb2a58 [diff] [blame] |
patch 8.2.0192: build failure without +terminal feature Problem: Build failure without +terminal feature. Solution: Add #ifdefs.
diff --git a/src/version.c b/src/version.c index 6c0f7f7..d4a54f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 192, +/**/ 191, /**/ 190,