updated for version 7.0-105
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 35b131d..4244a12 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -1756,6 +1756,11 @@
 		end_pos = curwin->w_cursor; /* shutup gcc 4 */
 
 	    validate_cursor();
+# ifdef FEAT_WINDOWS
+	    /* May redraw the status line to show the cursor position. */
+	    if (p_ru && curwin->w_status_height > 0)
+		curwin->w_redr_status = TRUE;
+# endif
 
 	    save_cmdline(&save_ccline);
 	    update_screen(SOME_VALID);