1
0
forked from aniani/vim

patch 8.2.2851: using <Cmd> mapping on the command line triggers CmdlineChanged

Problem:    Using <Cmd> mapping on the command line triggers CmdlineChanged.
            (Naohiro Ono)
Solution:   Jump to cmdline_not_changed if the command line didn't change.
            (closes #8208)
This commit is contained in:
Bram Moolenaar
2021-05-15 13:19:16 +02:00
parent 71c6f7a665
commit 847fe7d750
3 changed files with 32 additions and 3 deletions

View File

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