• R/O
  • SSH

vim: Commit

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


Commit MetaInfo

Revisiónba32a005373a78e0b07972880704e2183f578f86 (tree)
Tiempo2006-10-17 18:12:21
Autorvimboss
Commitervimboss

Log Message

updated for version 7.0-136

Cambiar Resumen

Diferencia incremental

diff -r 721ebb602db0 -r ba32a005373a src/misc1.c
--- a/src/misc1.c Sun Oct 15 20:37:38 2006 +0000
+++ b/src/misc1.c Tue Oct 17 09:12:21 2006 +0000
@@ -2842,7 +2842,8 @@
28422842
28432843 #ifdef FEAT_AUTOCMD
28442844 /* when the cursor line is changed always trigger CursorMoved */
2845- if (lnum <= curwin->w_cursor.lnum && lnume > curwin->w_cursor.lnum)
2845+ if (lnum <= curwin->w_cursor.lnum
2846+ && lnume + (xtra < 0 ? -xtra : xtra) > curwin->w_cursor.lnum)
28462847 last_cursormoved.lnum = 0;
28472848 #endif
28482849 }
diff -r 721ebb602db0 -r ba32a005373a src/version.c
--- a/src/version.c Sun Oct 15 20:37:38 2006 +0000
+++ b/src/version.c Tue Oct 17 09:12:21 2006 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 136,
671+/**/
670672 135,
671673 /**/
672674 134,
Show on old repository browser