]> granicus.if.org Git - vim/commit
patch 9.0.0517: when at the command line :redrawstatus does not work well v9.0.0517
authorzeertzjq <zeertzjq@outlook.com>
Tue, 20 Sep 2022 16:12:13 +0000 (17:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Sep 2022 16:12:13 +0000 (17:12 +0100)
commit320d910064320f894a09ffdd1cd800ff5371e97f
treea95baa62ee0087bf3948c1e30624d7b1a408229d
parentccfaa075918639b57925b16902cad339ab39b18c
patch 9.0.0517: when at the command line :redrawstatus does not work well

Problem:    When at the command line :redrawstatus does not work well.
Solution:   Only update the statuslines instead of the screen. (closes #11180)
src/ex_docmd.c
src/testdir/dumps/Test_redrawstatus_in_autocmd_1.dump
src/testdir/dumps/Test_redrawstatus_in_autocmd_2.dump
src/testdir/dumps/Test_redrawstatus_in_autocmd_3.dump [new file with mode: 0644]
src/testdir/dumps/Test_redrawstatus_in_autocmd_4.dump [new file with mode: 0644]
src/testdir/dumps/Test_redrawstatus_in_autocmd_5.dump [new file with mode: 0644]
src/testdir/test_cmdline.vim
src/version.c