commit | 158ea175a99fc23eae1b0a5ee9a81cdd973854a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 17:28:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 17:28:39 2020 +0200 |
tree | 85750aa423cd26647ae403bbf540b9ae7a74067a | |
parent | 2f03e5a0a9cfaabb01c57dd3348a05e86c26623c [diff] [blame] |
patch 8.2.1000: get error when leaving Ex mode with :visual Problem: Get error when leaving Ex mode with :visual and a CmdLineEnter autocommand was used. Solution: Reset ex_pressedreturn. (closes #6293)
diff --git a/src/version.c b/src/version.c index f1cc22f..5f4ff71 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1000, +/**/ 999, /**/ 998,