commit | 294959528e02403cd7ef6541208835f0c621c63b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 12 22:49:00 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 12 22:49:00 2018 +0100 |
tree | 1d137a6657a1eff7550a826542f5721f8510a7da | |
parent | 5a656864a0610547da28e0c8c1649ecd1d782948 [diff] [blame] |
patch 8.0.1509: test for failing drag-n-drop command no longer fails Problem: Test for failing drag-n-drop command no longer fails. Solution: Check for the "dnd" feature.
diff --git a/src/version.c b/src/version.c index 963e1dc..beffe2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1509, +/**/ 1508, /**/ 1507,