Tab page does not move even when click and hold the tab page label and drag it to the right of the label.
How to reproduce (CUI Vim on Linux via xterm):
- Preparation.
$ export TERM=xterm-256color
- Start pure Vim. (Open five tab pages)
$ vim -N -u NONE -p A B C D E -c "set mouse=a"
- Click and hold tab page label "A" with the mouse.
- Drag to tab page label "B".
Expected behavior:
- Tab page "A" move to tab page "B" of the right side.
Actual behavior:
- Tab page doesn't move.
When drag to tab page label "C", Become to expected behavior.
Investigation result:
- This bug is regression since the patch 7.4.709.
Sorry. It's my patch.
I wrote a patch.
Please include this.
BTW, Below is also need to be modified, so that, Abe fixed this.
> Patch for drag&drop reordering of GUI tab pages reordering.
> (Ken Takata, 2013 Nov 22, second one, also by Masamichi Abe)
https://gist.github.com/nocd5/165286495c782b815b94
This patch was tested on Windows7 64bit and Ubuntu 14.04.2 64bit.
Let's include the above patch!
Thanks.
--
Best regards,
Hirohito Higashi (a.k.a h_east)