commit | ca05aa24af88836f8aa792360b3780589f294981 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 22 15:36:14 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 22 15:36:14 2017 +0200 |
tree | ce6adba1fb6d37113612655d77136f10b83cd505 | |
parent | f8e8c0643b1cd97db11912bc4f773e1328a0da02 [diff] [blame] |
patch 8.0.1211: cannot reorder tab pages with drag & drop Problem: Cannot reorder tab pages with drag & drop. Solution: Support drag & drop for GTK and MS-Windows. (Ken Takata, Masamichi Abe)
diff --git a/src/version.c b/src/version.c index 6ab48f1..f913633 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1211, +/**/ 1210, /**/ 1209,