commit | db1887ce40452daea8c4e8734ec64202e5f24130 | [log] [tgz] |
---|---|---|
author | James McCoy <jamessan@jamessan.com> | Thu Mar 02 18:36:33 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 02 18:36:33 2023 +0000 |
tree | 9be108d6c9d69cc65a29664026a9e8a5dee44a3e | |
parent | 440d4cb55b84fd4b188630abc4a1312598649af0 [diff] [blame] |
patch 9.0.1372: test for 'toolbariconsize' may fail Problem: Test for 'toolbariconsize' may fail. Solution: Only test 'toolbariconsize' when it is supported. (James McCoy, closes #12095)
diff --git a/src/version.c b/src/version.c index 56739e7..bef7cf0 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1372, +/**/ 1371, /**/ 1370,