commit | 0ce7413a8318ec0b01386c54ee09d3d94216cb15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 18 22:15:50 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 18 22:15:50 2018 +0200 |
tree | 63f3d5e5d301ce3357cebd674ed4a6b89716e2f3 | |
parent | 252b7ee82384520e20df7728387a1a441c47c6e6 [diff] [blame] |
patch 8.1.0076: command getting cleared with CTRL-W : in a terminal window Problem: Command getting cleared with CTRL-W : in a terminal window. (Jason Franklin) Solution: Call redraw_after_callback() when editing the command line.
diff --git a/src/version.c b/src/version.c index bc79f7d..04923fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 76, +/**/ 75, /**/ 74,