diff src/ops.c @ 1550:d976f4da2a4d v7.1.264

updated for version 7.1-264
author vimboss
date Mon, 25 Feb 2008 20:55:22 +0000
parents e212d1a40ca9
children ed7fefbef738
line wrap: on
line diff
--- a/src/ops.c
+++ b/src/ops.c
@@ -692,6 +692,7 @@ op_reindent(oap, how)
 	    }
 	}
 	++curwin->w_cursor.lnum;
+	curwin->w_cursor.col = 0;  /* make sure it's valid */
     }
 
     /* put cursor on first non-blank of indented line */