commit | 434d72cbf2170d54cb4f8acbe995a9a55cceb92a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 02 20:03:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 02 20:03:25 2020 +0200 |
tree | 161d3be24d489926aac2d0c03f29eeb9dc0224c1 | |
parent | 658217276fccb5e53cdf4ba0f023bca80e0a8fed [diff] [blame] |
patch 8.2.1358: Vim9: test fails with +dnd is not available Problem: Vim9: test fails with +dnd is not available. Solution: Add condition.
diff --git a/src/version.c b/src/version.c index a905979..4f1d8a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1358, +/**/ 1357, /**/ 1356,