forked from aniani/vim
patch 9.0.0591: message window popup shows on only one tab page
Problem: Message window popup shows on only one tab page. (Naruhiko
Nishino)
Solution: Show the message window popup on all tab pages. (closes #11231)
This commit is contained in:
@@ -2053,6 +2053,8 @@ popup_create(typval_T *argvars, typval_T *rettv, create_type_T type)
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (popup_is_notification(type))
|
||||
tabnr = -1; // show on all tabs
|
||||
|
||||
// Create the window and buffer.
|
||||
wp = win_alloc_popup_win();
|
||||
|
||||
Reference in New Issue
Block a user