updated for version 7.1-301
author |
vimboss |
date |
Wed, 28 May 2008 17:02:46 +0000 |
parents |
a0c01df852e1 |
children |
3a6ba07b3b9f |
files |
src/screen.c src/version.c |
diffstat |
2 files changed, 7 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/src/screen.c
+++ b/src/screen.c
@@ -9357,6 +9357,11 @@ showruler(always)
)
maketitle();
#endif
+#ifdef FEAT_WINDOWS
+ /* Redraw the tab pages line if needed. */
+ if (redraw_tabline)
+ draw_tabline();
+#endif
}
#ifdef FEAT_CMDL_INFO
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 301,
+/**/
300,
/**/
299,