]> granicus.if.org Git - vim/commit
patch 9.0.0296: message in popup is shortened unnecessary v9.0.0296
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2022 13:39:53 +0000 (14:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2022 13:39:53 +0000 (14:39 +0100)
commit35a4fbc5d04820d9b08e7da2e295a7e8210e2e2c
tree905bb72938a493a8644f4bf1d52a05d1990f87c1
parent00d4ceeccafb36f1337d133489b3651c11e78c30
patch 9.0.0296: message in popup is shortened unnecessary

Problem:    Message in popup is shortened unnecessary.
Solution:   Do not use 'showcmd' and 'ruler' for a message in the popup.
            Set the timer when unhiding the message popup.
src/message.c
src/popupwin.c
src/testdir/dumps/Test_cmdheight_zero_4.dump [new file with mode: 0644]
src/testdir/test_messages.vim
src/version.c