commit | 0fcf26ba4ffaaa6a2fb8d879dc24b5f7e1bb6a13 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 23 01:03:51 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 23 01:03:51 2019 +0200 |
tree | ca53f6be2222dbb055c5db237e4c38e4323617af | |
parent | 7a39dd7f00239059ce34660611589b26126a550c [diff] [blame] |
patch 8.1.1582: cannot build with +textprop but without +timers Problem: Cannot build with +textprop but without +timers. Solution: Add #ifdef. (Ola Söder, closes #4574)
diff --git a/src/version.c b/src/version.c index 042c9c1..2af2912 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1582, +/**/ 1581, /**/ 1580,