]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.104
- new
[packages/vim.git] / 7.2.104
CommitLineData
9512a71a
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.104
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.2.104
11Problem: When using ":saveas bar.c" the tab label isn't updated right away.
12Solution: Set redraw_tabline. (Francois Ingelrest)
13Files: src/ex_cmds.c
14
15
16*** ../vim-7.2.103/src/ex_cmds.c Wed Feb 4 13:13:42 2009
17--- src/ex_cmds.c Wed Feb 11 15:58:06 2009
18***************
19*** 2707,2713 ****
20--- 2707,2718 ----
21 if (eap->cmdidx == CMD_saveas)
22 {
23 if (retval == OK)
24+ {
25 curbuf->b_p_ro = FALSE;
26+ #ifdef FEAT_WINDOWS
27+ redraw_tabline = TRUE;
28+ #endif
29+ }
30 /* Change directories when the 'acd' option is set. */
31 DO_AUTOCHDIR
32 }
33*** ../vim-7.2.103/src/version.c Wed Feb 11 11:34:24 2009
34--- src/version.c Wed Feb 11 16:02:19 2009
35***************
36*** 678,679 ****
37--- 678,681 ----
38 { /* Add new patch number below this line */
39+ /**/
40+ 104,
41 /**/
42
43--
44hundred-and-one symptoms of being an internet addict:
4575. You start wondering whether you could actually upgrade your brain
46 with a Pentium Pro microprocessor 80. The upgrade works just fine.
47
48 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
49/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
50\\\ download, build and distribute -- http://www.A-A-P.org ///
51 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.07339 seconds and 4 git commands to generate.