commit | 942b4541a2d8e8df8369ab70e112dbbbe0c7c0aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 16:23:34 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 16:23:34 2018 +0200 |
tree | 0fcb2f684a28b77e8397d39a2b9f4da84f873fbe | |
parent | d595a1910c5672808e44afa028e253e47f03651f [diff] [blame] |
patch 8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --" Problem: Typing CTRL-W in a prompt buffer shows mode "-- --". Solution: Set restart_edit to 'A' and check for it.
diff --git a/src/version.c b/src/version.c index 9b4e028..8159e48 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 64, +/**/ 63, /**/ 62,