mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.0683: cannot specify a time for :echowindow
Problem: Cannot specify a time for :echowindow. Solution: A count can be used to specify the display time. Add popup_findecho().
This commit is contained in:
@@ -6916,7 +6916,7 @@ ex_execute(exarg_T *eap)
|
||||
else if (eap->cmdidx == CMD_echowindow)
|
||||
{
|
||||
#ifdef HAS_MESSAGE_WINDOW
|
||||
start_echowindow();
|
||||
start_echowindow(eap->addr_count > 0 ? eap->line2 : 0);
|
||||
#endif
|
||||
msg_attr(ga.ga_data, echo_attr);
|
||||
#ifdef HAS_MESSAGE_WINDOW
|
||||
|
Reference in New Issue
Block a user