]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.301
- recognize update_mime_database
[packages/vim.git] / 7.1.301
1 To: vim-dev@vim.org
2 Subject: Patch 7.1.301
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.1.301
11 Problem:    When the "File/Save" menu is used in Insert mode, a tab page label
12             is not updated to remove the "+".
13 Solution:   Call draw_tabline() from showruler(). (Bjorn Winckler)
14 Files:      src/screen.c
15
16
17 *** ../vim-7.1.300/src/screen.c Sun Mar  9 14:30:12 2008
18 --- src/screen.c        Sat Apr  5 19:26:24 2008
19 ***************
20 *** 9357,9362 ****
21 --- 9357,9367 ----
22          )
23         maketitle();
24   #endif
25 + #ifdef FEAT_WINDOWS
26 +     /* Redraw the tab pages line if needed. */
27 +     if (redraw_tabline)
28 +       draw_tabline();
29 + #endif
30   }
31   
32   #ifdef FEAT_CMDL_INFO
33 *** ../vim-7.1.300/src/version.c        Wed May 28 17:31:37 2008
34 --- src/version.c       Wed May 28 19:01:16 2008
35 ***************
36 *** 668,669 ****
37 --- 673,676 ----
38   {   /* Add new patch number below this line */
39 + /**/
40 +     301,
41   /**/
42
43 -- 
44 CART DRIVER: Bring out your dead!
45    There are legs stick out of windows and doors.  Two MEN are fighting in the
46    mud - covered from head to foot in it.  Another MAN is on his hands in
47    knees shovelling mud into his mouth.  We just catch sight of a MAN falling
48    into a well.
49                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
50
51  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
52 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
53 \\\        download, build and distribute -- http://www.A-A-P.org        ///
54  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.034854 seconds and 3 git commands to generate.