]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.345
- new
[packages/vim.git] / 7.3.345
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.345
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.345
11 Problem:    When switching language with ":lang" the window title doesn't
12             change until later.
13 Solution:   Update the window title right away. (Dominique Pelle)
14 Files:      src/ex_cmds2.c
15
16
17 *** ../vim-7.3.344/src/ex_cmds2.c       2011-06-26 04:25:24.000000000 +0200
18 --- src/ex_cmds2.c      2011-10-20 21:31:09.000000000 +0200
19 ***************
20 *** 4154,4159 ****
21 --- 4154,4162 ----
22             /* Set v:lang, v:lc_time and v:ctype to the final result. */
23             set_lang_var();
24   # endif
25 + # ifdef FEAT_TITLE
26 +           maketitle();
27 + # endif
28         }
29       }
30   }
31 *** ../vim-7.3.344/src/version.c        2011-10-20 21:27:57.000000000 +0200
32 --- src/version.c       2011-10-20 21:38:32.000000000 +0200
33 ***************
34 *** 716,717 ****
35 --- 716,719 ----
36   {   /* Add new patch number below this line */
37 + /**/
38 +     345,
39   /**/
40
41 -- 
42 You can't have everything.  Where would you put it?
43                 -- Steven Wright
44
45  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
46 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
47 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
48  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.023924 seconds and 3 git commands to generate.