]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2851: using <Cmd> mapping on the command line triggers CmdlineChanged v8.2.2851
authorBram Moolenaar <Bram@vim.org>
Sat, 15 May 2021 11:19:16 +0000 (13:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 May 2021 11:19:16 +0000 (13:19 +0200)
commit847fe7d750001a46a09b97ad57286612d0be8100
treea1240abc97f972c5ebc6e29da430346ea72c9fb0
parent71c6f7a665eb467054fbf319989d97c252af28d2
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)
src/ex_getln.c
src/testdir/test_cmdline.vim
src/version.c