commit | 1efefda623283d941705d8f6ad0e9cfe0ac76079 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 17 19:22:06 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 17 19:22:06 2020 +0100 |
tree | 11f65c9eedac7ad7924c3b45e589e5cd2c0b2f7a | |
parent | 52bf81c2d5f0d57443a29525b68b88707f5ad87c [diff] [blame] |
patch 8.2.2003: build error with +conceal but without +popupwin Problem: Build error with +conceal but without +popupwin. Solution: Add #ifdef. (Tom Ryder, closes #7316)
diff --git a/src/version.c b/src/version.c index 7f49967..a34e9bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2003, +/**/ 2002, /**/ 2001,