commit | 4a4b821085847651b71d8ad9fab9f180635cb453 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 17:50:41 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 17:50:41 2015 +0200 |
tree | 77b3350f5a27d5853916c612752db499abaec9fd | |
parent | a09a2c5857ab854f0870573b5160da1964c905a2 [diff] [blame] |
patch 7.4.857 Problem: Dragging the current tab with the mouse doesn't work properly. Solution: Take the current tabpage index into account. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index a3b567e..3fb4ad2 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 857, +/**/ 856, /**/ 855,