commit | b984b80cd835a483bdca1928bc50eb09b071f373 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 12 22:59:58 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 12 22:59:58 2017 +0200 |
tree | 4f225b257ad11ef4be1b5e084b36fa449eb4f2a6 | |
parent | 49a613f84aaa7cccd1d12a2ffc4ebb1956f973aa [diff] [blame] |
patch 8.0.1098: build failure if libvterm installed Problem: Build failure if libvterm installed on the system. (Oleh Hushchenkov) Solution: Change the CCCTERM argument order. (Ken Takata, closes #2080)
diff --git a/src/version.c b/src/version.c index b7adf03..346d201 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1098, +/**/ 1097, /**/ 1096,