summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-04-13 20:41:29 +0200
committerBram Moolenaar <Bram@vim.org>2018-04-13 20:41:29 +0200
commit5bab555c2f1b3b86d57e4adeb86d908eff477fc9 (patch)
tree78d26979e6955c3f4d65e8946306e459087045e3 /src/version.c
parentb8e22a053b68774dfd86fd829d9dba2333f09c05 (diff)
downloadvim-git-8.0.1705.tar.gz
patch 8.0.1705: when making a vertical split the mode message isn't updatedv8.0.1705
Problem: When making a vertical split the mode message isn't always updated, "VISUAL" remains. (Alexei Averchenko) Solution: Only reset clear_cmdline when filling all columns of the last screen line. (Tom M. closes #2611)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 8d7049d5f..6c3b38ddb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1705,
+/**/
1704,
/**/
1703,