]> granicus.if.org Git - vim/commit
patch 9.0.0288: when 'cmdheight' is zero some messages are not displayed v9.0.0288
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Aug 2022 20:30:03 +0000 (21:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Aug 2022 20:30:03 +0000 (21:30 +0100)
commit9198de3ae2bd20ac51d580c44f2b43c282c1e773
tree5a101dfee6a8a29a9000443cdf61a2e822a9f2c5
parentaebc6ef7cdc5d4d0627a711ff66e6fe8d67f9d87
patch 9.0.0288: when 'cmdheight' is zero some messages are not displayed

Problem:    When 'cmdheight' is zero some messages are not displayed.
Solution:   Use a popup notification window.
12 files changed:
runtime/doc/options.txt
src/feature.h
src/message.c
src/popupwin.c
src/proto/message.pro
src/proto/popupwin.pro
src/proto/time.pro
src/screen.c
src/structs.h
src/testdir/test_messages.vim
src/time.c
src/version.c