summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-09-20 17:12:13 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-20 17:12:13 +0100
commit320d910064320f894a09ffdd1cd800ff5371e97f (patch)
treea95baa62ee0087bf3948c1e30624d7b1a408229d /src/version.c
parentccfaa075918639b57925b16902cad339ab39b18c (diff)
patch 9.0.0517: when at the command line :redrawstatus does not work wellv9.0.0517
Problem: When at the command line :redrawstatus does not work well. Solution: Only update the statuslines instead of the screen. (closes #11180)
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 61555c1499..684f959c8a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 517,
+/**/
516,
/**/
515,