commit | 796139ae3ac89e27ee96dce3c7fdb87d8c839f53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 18 21:38:45 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 18 21:38:45 2021 +0200 |
tree | 40044765188bc84813b2e4b37e0d4a51ff3681de | |
parent | 485b62710004431a16feb4eb861365d082304a08 [diff] [blame] |
patch 8.2.2870: CmdlineChange event triggered twice for CTRL-R Problem: CmdlineChange event triggered twice for CTRL-R. Solution: Return CMDLINE_NOT_CHANGED from cmdline_insert_reg(). (closes #8219)
diff --git a/src/version.c b/src/version.c index 0b17d91..edc95e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2870, +/**/ 2869, /**/ 2868,