1
0
forked from aniani/vim

updated for version 7.0f03

This commit is contained in:
Bram Moolenaar
2006-04-27 21:47:44 +00:00
parent 25e2c9e3e6
commit 437df8f484
17 changed files with 721 additions and 283 deletions

View File

@@ -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