summaryrefslogtreecommitdiffstats
path: root/src/edit.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-27 21:47:44 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-27 21:47:44 +0000
commit437df8f48460ad687c6f4cc5dd4c9b66155c7b05 (patch)
tree22cd85f02613e26ff3bdf193f16286e11c1eaeee /src/edit.c
parent25e2c9e3e6a2eaafd7d21a6f4e70c836d7888d8d (diff)
updated for version 7.0f03v7.0f03
Diffstat (limited to 'src/edit.c')
-rw-r--r--src/edit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/edit.c b/src/edit.c
index 30d4c3bfa9..296e91545c 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -8379,8 +8379,10 @@ ins_tabline(c)
if (c == K_TABLINE)
goto_tabpage(current_tab);
else
+ {
handle_tabmenu();
-
+ redraw_statuslines(); /* will redraw the tabline when needed */
+ }
}
#endif