From 27a2319183808ecf61c3fccab6f20a99a980da60 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 14 Sep 2006 09:27:26 +0000 Subject: [PATCH] updated for version 7.0-105 --- src/ex_getln.c | 5 +++++ src/version.c | 2 ++ 2 files changed, 7 insertions(+) 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); diff --git a/src/version.c b/src/version.c index 2767ec86f5..99b2b53c13 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 105, /**/ 104, /**/