]> granicus.if.org Git - vim/commit
patch 9.0.0320: command line type of CmdlineChange differs from getcmdtype() v9.0.0320
authorzeertzjq <zeertzjq@outlook.com>
Mon, 29 Aug 2022 15:21:25 +0000 (16:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 29 Aug 2022 15:21:25 +0000 (16:21 +0100)
commit54acb90d9e672315e3bd13f8dc71f828df97c868
treea6ace12d6378c530d8341c69a30ccf2c76a69c45
parentd5c8f11905abc1bdf3b8864dbc40187855ed9374
patch 9.0.0320: command line type of CmdlineChange differs from getcmdtype()

Problem:    Command line type of CmdlineChange differs from getcmdtype().
Solution:   Use the same type. (closes #11005)
src/ex_getln.c
src/proto/ex_getln.pro
src/testdir/test_cmdline.vim
src/version.c