commit | 0bbcb5c8efbfe5f1568f56b24ffd222d915916f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 04 19:18:52 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 04 19:18:52 2015 +0200 |
tree | e4c2caeff666c57f9adbab1d2d90b4614ea59d94 | |
parent | cc218ab3caf983a0dcd3399beb8e1ecfcf0dd25d [diff] [blame] |
patch 7.4.807 Problem: After CTRL-V CTRL-A mode isn't updated. (Hirohito Higashi) Solution: Clear the command line or update the displayed command.
diff --git a/src/version.c b/src/version.c index 714851b..996355f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 807, +/**/ 806, /**/ 805,