]> granicus.if.org Git - vim/commitdiff
updated for version 7.2.345 v7.2.345
authorBram Moolenaar <Bram@vim.org>
Wed, 27 Jan 2010 14:58:13 +0000 (15:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 27 Jan 2010 14:58:13 +0000 (15:58 +0100)
Problem:    Tab line is not updated when the value of 'bt' is changed.
Solution:   Call redraw_titles(). (Lech Lorens)

src/option.c
src/version.c

index d680cfb1fd6d8c22ce3e0339e2a53397ada20b6b..491a8d8e38362174cccab7947b80753190905742 100644 (file)
@@ -6410,6 +6410,9 @@ did_set_string_option(opt_idx, varp, new_value_alloced, oldval, errbuf,
            }
 # endif
            curbuf->b_help = (curbuf->b_p_bt[0] == 'h');
+# ifdef FEAT_TITLE
+           redraw_titles();
+# endif
        }
     }
 #endif
index 00c77babd19e048527ca243a83ff4317557b3ea8..1fea40f1482fbc98168cf194609ee336f7ad18c3 100644 (file)
@@ -681,6 +681,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    345,
 /**/
     344,
 /**/