diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/news.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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. |