• R/O
  • SSH

vim: Commit

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


Commit MetaInfo

Revisión4353593fc2c07753d40f71998688985cf96689d3 (tree)
Tiempo2008-02-07 01:33:58
Autorvimboss
Commitervimboss

Log Message

updated for version 7.1-244

Cambiar Resumen

Diferencia incremental

diff -r e212d1a40ca9 -r 4353593fc2c0 src/gui.c
--- a/src/gui.c Wed Feb 06 13:44:43 2008 +0000
+++ b/src/gui.c Wed Feb 06 16:33:58 2008 +0000
@@ -1294,11 +1294,7 @@
12941294 out_flush();
12951295
12961296 gui.num_cols = (pixel_width - gui_get_base_width()) / gui.char_width;
1297- gui.num_rows = (pixel_height - gui_get_base_height()
1298-#if !defined(FEAT_GUI_PHOTON) && !defined(FEAT_GUI_MSWIN)
1299- + (gui.char_height / 2)
1300-#endif
1301- ) / gui.char_height;
1297+ gui.num_rows = (pixel_height - gui_get_base_height()) / gui.char_height;
13021298
13031299 gui_position_components(pixel_width);
13041300
diff -r e212d1a40ca9 -r 4353593fc2c0 src/version.c
--- a/src/version.c Wed Feb 06 13:44:43 2008 +0000
+++ b/src/version.c Wed Feb 06 16:33:58 2008 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 244,
671+/**/
670672 243,
671673 /**/
672674 242,
Show on old repository browser