• R/O
  • SSH

vim: Commit

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


Commit MetaInfo

Revision9aec644c45dcc33b3f3571ba0035e7f85430eef6 (tree)
Time2006-10-08 20:56:24
Authorvimboss
Commitervimboss

Log Message

updated for version 7.0-121

Change Summary

Incremental Difference

diff -r c5d5e0f3403f -r 9aec644c45dc src/gui.c
--- a/src/gui.c Fri Oct 06 21:33:16 2006 +0000
+++ b/src/gui.c Sun Oct 08 11:56:24 2006 +0000
@@ -2873,6 +2873,9 @@
28732873 */
28742874 if ((State == NORMAL || State == NORMAL_BUSY || (State & INSERT))
28752875 && Y_2_ROW(y) >= topframe->fr_height
2876+# ifdef FEAT_WINDOWS
2877+ + firstwin->w_winrow
2878+# endif
28762879 && button != MOUSE_DRAG
28772880 # ifdef FEAT_MOUSESHAPE
28782881 && !drag_status_line
diff -r c5d5e0f3403f -r 9aec644c45dc src/version.c
--- a/src/version.c Fri Oct 06 21:33:16 2006 +0000
+++ b/src/version.c Sun Oct 08 11:56:24 2006 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 121,
671+/**/
670672 120,
671673 /**/
672674 119,
Show on old repository browser