]> git.pld-linux.org Git - packages/vim.git/blob - 7.0.121
- new
[packages/vim.git] / 7.0.121
1 To: vim-dev@vim.org
2 Subject: Patch 7.0.121
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.0.121
11 Problem:    GUI: Dragging the last status line doesn't work when there is a
12             text tabline.  (Markus Wolf)
13 Solution:   Take the text tabline into account when deciding to start modeless
14             selection.
15 Files:      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 -- 
43 If they don't keep on exercising their lips, he thought, their brains
44 start 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.02602 seconds and 3 git commands to generate.