From 16513b30337523dc64707309ee7fe3dd2247266d Mon Sep 17 00:00:00 2001 From: Will Hopkins Date: Wed, 24 Apr 2024 18:14:05 -0700 Subject: feat(api): allow floats to be opened in non-current tabpage (#28480) \ --- runtime/doc/news.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 7d189d7df0..5e2a48701e 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -478,7 +478,8 @@ The following changes to existing APIs or features add new behavior. |:vertical|, |:horizontal| and |:botright|. • |nvim_open_win()| and |nvim_win_set_config()| now support opening normal (split) - windows, and moving floating windows into split windows. + windows, moving floating windows into split windows, and opening windows in + non-current tabpages. • 'errorfile' (|-q|) accepts `-` as an alias for stdin. -- cgit