commit | 63187f79327e30cdce7c89d35121b79452d80cc3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 20 19:14:49 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 20 19:14:49 2019 +0200 |
tree | 579f0d2510bceef8653cc180e3ad95f3ded8c414 | |
parent | 2a5b52758bb327b89d22660cc28c157ec29782e5 [diff] [blame] |
patch 8.1.1721: build failure with normal features without netbeans interface Problem: Build failure with normal features without netbeans interface. Solution: Enable signs when using the text properties feature.
diff --git a/src/version.c b/src/version.c index 7568186..4d27065 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1721, +/**/ 1720, /**/ 1719,