• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Revisióneb4ee2010aae8f4361054eb367a7b13dcfd738c2 (tree)
Tiempo2006-09-15 04:04:14
Autorvimboss
Commitervimboss

Log Message

updated for version 7.0-107

Cambiar Resumen

Diferencia incremental

diff -r e1efa991c2b6 -r eb4ee2010aae src/screen.c
--- a/src/screen.c Thu Sep 14 11:35:25 2006 +0000
+++ b/src/screen.c Thu Sep 14 19:04:14 2006 +0000
@@ -1228,7 +1228,14 @@
12281228 {
12291229 mid_end = wp->w_height;
12301230 if (lastwin == firstwin)
1231+ {
12311232 screenclear();
1233+#ifdef FEAT_WINDOWS
1234+ /* The screen was cleared, redraw the tab pages line. */
1235+ if (redraw_tabline)
1236+ draw_tabline();
1237+#endif
1238+ }
12321239 }
12331240 }
12341241 else
diff -r e1efa991c2b6 -r eb4ee2010aae src/version.c
--- a/src/version.c Thu Sep 14 11:35:25 2006 +0000
+++ b/src/version.c Thu Sep 14 19:04:14 2006 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 107,
671+/**/
670672 106,
671673 /**/
672674 105,
Show on old repository browser