diff src/option.c @ 2060:1da25369227b v7.2.345

updated for version 7.2.345 Problem: Tab line is not updated when the value of 'bt' is changed. Solution: Call redraw_titles(). (Lech Lorens)
author Bram Moolenaar <bram@zimbu.org>
date Wed, 27 Jan 2010 15:58:13 +0100
parents c51a4f993675
children 5bedef935ce3
line wrap: on
line diff
--- a/src/option.c
+++ b/src/option.c
@@ -6410,6 +6410,9 @@ did_set_string_option(opt_idx, varp, new
 	    }
 # endif
 	    curbuf->b_help = (curbuf->b_p_bt[0] == 'h');
+# ifdef FEAT_TITLE
+	    redraw_titles();
+# endif
 	}
     }
 #endif