diff runtime/doc/options.txt @ 29900:a6721cafbc74 v9.0.0288

patch 9.0.0288: when 'cmdheight' is zero some messages are not displayed Commit: https://github.com/vim/vim/commit/9198de3ae2bd20ac51d580c44f2b43c282c1e773 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 27 21:30:03 2022 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Aug 2022 22:45:03 +0200
parents 0cc9a3001717
children bb0e525e1393
line wrap: on
line diff
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1789,9 +1789,11 @@ A jump table for the options with a shor
 	page can have a different value.
 
 	When 'cmdheight' is zero, there is no command-line unless it is being
-	used.  Some informative messages will not be displayed, any other
-	messages will cause the |hit-enter| prompt.  Expect some other
-	unexpected behavior too.
+	used.  Informative messages will be displayed in a popup notification
+	window at the bottom if the window, using the MessageWindow highlight
+	group {only if compiled with the +popupwin and +timers features},
+	otherwise they will not be displayed.  Other messages will cause the
+	|hit-enter| prompt.  Expect some other unexpected behavior too.
 
 						*'cmdwinheight'* *'cwh'*
 'cmdwinheight' 'cwh'	number	(default 7)