commit | a92522fbf3a49d06e08caf010f7d7b0f58d2e131 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 15 15:21:38 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 15 15:21:38 2017 +0200 |
tree | 6813dceb35e73d6b7891f40b5ad8ad4d33aa72c0 | |
parent | 0daf843b4cad734df6be16573423206eae43028b [diff] [blame] |
patch 8.0.0714: when a timer causes a command line redraw " goes missing Problem: When a timer causes a command line redraw the " that is displayed for CTRL-R goes missing. Solution: Remember an extra character to display.
diff --git a/src/version.c b/src/version.c index 3640592..c8322cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 714, +/**/ 713, /**/ 712,