|
Karsten Hopp |
6c944f |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
6c944f |
Subject: Patch 7.3.345
|
|
Karsten Hopp |
6c944f |
Fcc: outbox
|
|
Karsten Hopp |
6c944f |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
6c944f |
Mime-Version: 1.0
|
|
Karsten Hopp |
6c944f |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
6c944f |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
6c944f |
------------
|
|
Karsten Hopp |
6c944f |
|
|
Karsten Hopp |
6c944f |
Patch 7.3.345
|
|
Karsten Hopp |
6c944f |
Problem: When switching language with ":lang" the window title doesn't
|
|
Karsten Hopp |
6c944f |
change until later.
|
|
Karsten Hopp |
6c944f |
Solution: Update the window title right away. (Dominique Pelle)
|
|
Karsten Hopp |
6c944f |
Files: src/ex_cmds2.c
|
|
Karsten Hopp |
6c944f |
|
|
Karsten Hopp |
6c944f |
|
|
Karsten Hopp |
6c944f |
*** ../vim-7.3.344/src/ex_cmds2.c 2011-06-26 04:25:24.000000000 +0200
|
|
Karsten Hopp |
6c944f |
--- src/ex_cmds2.c 2011-10-20 21:31:09.000000000 +0200
|
|
Karsten Hopp |
6c944f |
***************
|
|
Karsten Hopp |
6c944f |
*** 4154,4159 ****
|
|
Karsten Hopp |
6c944f |
--- 4154,4162 ----
|
|
Karsten Hopp |
6c944f |
/* Set v:lang, v:lc_time and v:ctype to the final result. */
|
|
Karsten Hopp |
6c944f |
set_lang_var();
|
|
Karsten Hopp |
6c944f |
# endif
|
|
Karsten Hopp |
6c944f |
+ # ifdef FEAT_TITLE
|
|
Karsten Hopp |
6c944f |
+ maketitle();
|
|
Karsten Hopp |
6c944f |
+ # endif
|
|
Karsten Hopp |
6c944f |
}
|
|
Karsten Hopp |
6c944f |
}
|
|
Karsten Hopp |
6c944f |
}
|
|
Karsten Hopp |
6c944f |
*** ../vim-7.3.344/src/version.c 2011-10-20 21:27:57.000000000 +0200
|
|
Karsten Hopp |
6c944f |
--- src/version.c 2011-10-20 21:38:32.000000000 +0200
|
|
Karsten Hopp |
6c944f |
***************
|
|
Karsten Hopp |
6c944f |
*** 716,717 ****
|
|
Karsten Hopp |
6c944f |
--- 716,719 ----
|
|
Karsten Hopp |
6c944f |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
6c944f |
+ /**/
|
|
Karsten Hopp |
6c944f |
+ 345,
|
|
Karsten Hopp |
6c944f |
/**/
|
|
Karsten Hopp |
6c944f |
|
|
Karsten Hopp |
6c944f |
--
|
|
Karsten Hopp |
6c944f |
You can't have everything. Where would you put it?
|
|
Karsten Hopp |
6c944f |
-- Steven Wright
|
|
Karsten Hopp |
6c944f |
|
|
Karsten Hopp |
6c944f |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
6c944f |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
6c944f |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
6c944f |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|