]> granicus.if.org Git - vim/commit
patch 9.0.1290: CTRL-N and -P on cmdline don't trigger CmdlineChanged v9.0.1290
authorzeertzjq <zeertzjq@outlook.com>
Mon, 6 Feb 2023 20:58:09 +0000 (20:58 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 6 Feb 2023 20:58:09 +0000 (20:58 +0000)
commitaf9e28a5b8f888b79459393ddb26fffe613c3f3c
treeb77d03b44b1bdf09e72d3102483d731528b08799
parent43e234e8b48caf59d6895a31628dad0bba4fd5c8
patch 9.0.1290: CTRL-N and -P on cmdline don't trigger CmdlineChanged

Problem:    CTRL-N and -P on cmdline don't trigger CmdlineChanged.
Solution:   Jump to cmdline_changed instead of cmdline_not_changed.
            (closes #11956)
src/ex_getln.c
src/testdir/test_autocmd.vim
src/version.c