summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-06-18 22:15:50 +0200
committerBram Moolenaar <Bram@vim.org>2018-06-18 22:15:50 +0200
commit0ce7413a8318ec0b01386c54ee09d3d94216cb15 (patch)
tree63f3d5e5d301ce3357cebd674ed4a6b89716e2f3 /src/version.c
parent252b7ee82384520e20df7728387a1a441c47c6e6 (diff)
patch 8.1.0076: command getting cleared with CTRL-W : in a terminal windowv8.1.0076
Problem: Command getting cleared with CTRL-W : in a terminal window. (Jason Franklin) Solution: Call redraw_after_callback() when editing the command line.
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 bc79f7d2a7..04923fb3fb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 76,
+/**/
75,
/**/
74,