]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4789: cursor pos wrong when using :redraw while editing the cmdline v8.2.4789
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Apr 2022 10:38:24 +0000 (11:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Apr 2022 10:38:24 +0000 (11:38 +0100)
commita653e53b1f4ba08de0dbcea06288cf0cc1c6e752
treef4b9c57d97d42e2451ebb71cd35a77a787a36534
parentbac9a9e5c233dcf9cf734c61e4e4311fe57eccd1
patch 8.2.4789: cursor pos wrong when using :redraw while editing the cmdline

Problem:    The cursor may be in the in wrong place when using :redraw while
            editing the cmdline.
Solution:   When editing the command line let :redraw update the command line
            too. (closes #10210)
src/ex_docmd.c
src/testdir/dumps/Test_redraw_in_autocmd_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_redraw_in_autocmd_2.dump [new file with mode: 0644]
src/testdir/test_cmdline.vim
src/version.c