commit | 72532d354e699f1cceec34c0b08e1de4d3ea9641 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 07 19:09:09 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 07 19:09:09 2018 +0200 |
tree | de2c28d5bd4a630b7e1c3225dff7204df9613e36 | |
parent | 22efba47deb7e504142487fdc1617ec638cf0683 [diff] [blame] |
patch 8.0.1672: error during completion causes command to be cancelled Problem: Error during completion causes command to be cancelled. Solution: Reset did_emsg before waiting for another character. (Tom M.)
diff --git a/src/version.c b/src/version.c index 8264bd9..665c953 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1672, +/**/ 1671, /**/ 1670,