• R/O
  • SSH

vim: 提交

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


Commit MetaInfo

修訂10d7ebdbe8a3a9787360b21a9836c6bae6a6a7a2 (tree)
時間2006-11-29 00:14:56
作者vimboss
Commitervimboss

Log Message

updated for version 7.0-169

Change Summary

差異

diff -r 932fe018ad16 -r 10d7ebdbe8a3 src/screen.c
--- a/src/screen.c Tue Nov 21 19:57:30 2006 +0000
+++ b/src/screen.c Tue Nov 28 15:14:56 2006 +0000
@@ -455,6 +455,7 @@
455455 && curwin->w_topline == curwin->w_lines[0].wl_lnum)
456456 #ifdef FEAT_VISUAL
457457 || (type == INVERTED
458+ && VIsual_active
458459 && curwin->w_old_cursor_lnum == curwin->w_cursor.lnum
459460 && curwin->w_old_visual_mode == VIsual_mode
460461 && (curwin->w_valid & VALID_VIRTCOL)
diff -r 932fe018ad16 -r 10d7ebdbe8a3 src/version.c
--- a/src/version.c Tue Nov 21 19:57:30 2006 +0000
+++ b/src/version.c Tue Nov 28 15:14:56 2006 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 169,
671+/**/
670672 168,
671673 /**/
672674 167,
Show on old repository browser