commit | bf8c3adef21c24a9bf2c1a93042a096ea8d8b2e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 19 14:28:43 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 19 14:28:43 2019 +0200 |
tree | 31475d16dbc52804e3b5b1a67d0dd2b3d077c810 | |
parent | 87652a7e3b94755084944afec51a0bfcd8b0a0c3 [diff] [blame] |
patch 8.1.1569: cannot build with signs but without diff feature Problem: Cannot build with signs but without diff feature. Solution: Move #ifdef. (Tom Ryder)
diff --git a/src/version.c b/src/version.c index 68704cc..7e97f91 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1569, +/**/ 1568, /**/ 1567,