1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-05-18 21:38:45 +02:00
parent 485b627100
commit 796139ae3a
3 changed files with 12 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2870,
/**/
2869,
/**/