]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.301
- typo
[packages/vim.git] / 7.1.301
CommitLineData
3ab71051
ER
1To: vim-dev@vim.org
2Subject: Patch 7.1.301
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.1.301
11Problem: When the "File/Save" menu is used in Insert mode, a tab page label
12 is not updated to remove the "+".
13Solution: Call draw_tabline() from showruler(). (Bjorn Winckler)
14Files: 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--
44CART 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.090978 seconds and 4 git commands to generate.