summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-09-14 09:27:26 +0000
committerBram Moolenaar <Bram@vim.org>2006-09-14 09:27:26 +0000
commit27a2319183808ecf61c3fccab6f20a99a980da60 (patch)
tree375684cdb14d8424c1d579ae8dda297df844aa1b /src/ex_getln.c
parentd29a9eefb691be9c885d786d63e30e571d7a08bd (diff)
updated for version 7.0-105v7.0.105
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 35b131d851..4244a12eaa 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -1756,6 +1756,11 @@ cmdline_changed:
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);