]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.345
- new
[packages/vim.git] / 7.2.345
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.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.2.345
11 Problem:    Tab line is not updated when the value of 'bt' is changed.
12 Solution:   Call redraw_titles(). (Lech Lorens)
13 Files:      src/option.c
14
15
16 *** ../vim-7.2.344/src/option.c 2009-09-11 15:20:22.000000000 +0200
17 --- src/option.c        2010-01-27 15:52:45.000000000 +0100
18 ***************
19 *** 6410,6415 ****
20 --- 6410,6418 ----
21             }
22   # endif
23             curbuf->b_help = (curbuf->b_p_bt[0] == 'h');
24 + # ifdef FEAT_TITLE
25 +           redraw_titles();
26 + # endif
27         }
28       }
29   #endif
30 *** ../vim-7.2.344/src/version.c        2010-01-20 21:41:40.000000000 +0100
31 --- src/version.c       2010-01-27 15:57:06.000000000 +0100
32 ***************
33 *** 683,684 ****
34 --- 683,686 ----
35   {   /* Add new patch number below this line */
36 + /**/
37 +     345,
38   /**/
39
40 -- 
41 hundred-and-one symptoms of being an internet addict:
42 154. You fondle your mouse.
43
44  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
45 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
46 \\\        download, build and distribute -- http://www.A-A-P.org        ///
47  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.034059 seconds and 3 git commands to generate.