updated for version 7.1-264
diff --git a/src/ops.c b/src/ops.c
index 2907d8a..5433f38 100644
--- a/src/ops.c
+++ b/src/ops.c
@@ -692,6 +692,7 @@
 	    }
 	}
 	++curwin->w_cursor.lnum;
+	curwin->w_cursor.col = 0;  /* make sure it's valid */
     }
 
     /* put cursor on first non-blank of indented line */