commit | f21118e4a9255366bb4c484d2d0428bcba07cfce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 22:45:45 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 22:45:45 2019 +0200 |
tree | e60351e34334fe8709a2b960ea096f0f3fe664e3 | |
parent | 4aea03eb875613e3eae2125b84f02b7cd898b2f8 [diff] [blame] |
patch 8.1.2078: build error with +textprop but without +terminal Problem: Build error with +textprop but without +terminal. (Tony Mechelynck) Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 401c18d..af7ee23 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2078, +/**/ 2077, /**/ 2076,