summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-09-14 09:27:26 +0000
committervimboss <devnull@localhost>2006-09-14 09:27:26 +0000
commit3b6b5685350555ee538e2789e4030559829df3ae (patch)
tree375684cdb14d8424c1d579ae8dda297df844aa1b
parent5a137cbcedd28ae898d1a53db7454a33de705560 (diff)
downloadvim-3b6b5685350555ee538e2789e4030559829df3ae.tar.gz
updated for version 7.0-105v7.0.105v7-0-105
-rw-r--r--src/ex_getln.c5
-rw-r--r--src/version.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 35b131d8..4244a12e 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);
diff --git a/src/version.c b/src/version.c
index 2767ec86..99b2b53c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 105,
+/**/
104,
/**/
103,