commit | d0e1b7103c14eb0d175c6b245b4b6ed93a204da9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 20:13:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 20:13:03 2020 +0200 |
tree | 16bd1d7d65bc1c2a5538c8e48ac11982ef540352 | |
parent | ac564082f118ccdca828980c5f10b65a40bffb4d [diff] [blame] |
patch 8.2.1762: when a timer uses :stopinsert completion isn't stopped Problem: When a timer uses :stopinsert Insert mode completion isn't stopped. (Stanley Chan) Solution: Call ins_compl_prep(ESC).
diff --git a/src/version.c b/src/version.c index ccedf64..d600618 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1762, +/**/ 1761, /**/ 1760,