commit | 92755bba30ec7a4c72ae0280420ba5c3847a9385 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 15 22:18:04 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 15 22:18:04 2021 +0200 |
tree | 17c8e8724acb5f3977abb204dc2ed7b72c488921 | |
parent | cd6b4f300189b4920f7ee7f0204338e91210674b [diff] [blame] |
patch 8.2.3354: build failure with +byte_offset but without +textprop Problem: Build failure with +byte_offset but without +textprop. (John Marriott) Solution: Adjust the #ifdef.
diff --git a/src/version.c b/src/version.c index f2ac237..eed8bb0 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3354, +/**/ 3353, /**/ 3352,