]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.121
- updated to 0.7.3
[packages/vim.git] / 7.0.121
CommitLineData
f3c378e8
AG
1To: vim-dev@vim.org
2Subject: Patch 7.0.121
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.0.121
11Problem: GUI: Dragging the last status line doesn't work when there is a
12 text tabline. (Markus Wolf)
13Solution: Take the text tabline into account when deciding to start modeless
14 selection.
15Files: src/gui.c
16
17
18*** ../vim-7.0.120/src/gui.c Sun Sep 10 21:38:48 2006
19--- src/gui.c Sun Oct 8 12:47:04 2006
20***************
21*** 2873,2878 ****
22--- 2873,2881 ----
23 */
24 if ((State == NORMAL || State == NORMAL_BUSY || (State & INSERT))
25 && Y_2_ROW(y) >= topframe->fr_height
26+ # ifdef FEAT_WINDOWS
27+ + firstwin->w_winrow
28+ # endif
29 && button != MOUSE_DRAG
30 # ifdef FEAT_MOUSESHAPE
31 && !drag_status_line
32*** ../vim-7.0.120/src/version.c Fri Oct 6 23:33:22 2006
33--- src/version.c Sun Oct 8 13:55:58 2006
34***************
35*** 668,669 ****
36--- 668,671 ----
37 { /* Add new patch number below this line */
38+ /**/
39+ 121,
40 /**/
41
42--
43If they don't keep on exercising their lips, he thought, their brains
44start working.
45 -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
46
47 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
48/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
49\\\ download, build and distribute -- http://www.A-A-P.org ///
50 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.036865 seconds and 4 git commands to generate.