From 5b8d8a4c9925526fd34d2187b1bd3efe18792792 Mon Sep 17 00:00:00 2001 From: Gregory Anders <8965202+gpanders@users.noreply.github.com> Date: Sat, 5 Nov 2022 16:48:13 -0600 Subject: [PATCH] docs(news): add news blurb for tmux clipboard change (#20950) --- runtime/doc/news.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 9bf4b49419..5f29fa8da9 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -39,6 +39,8 @@ NEW FEATURES *news-features* The following new APIs or features were added. +• When using Nvim inside tmux 3.2 or later, the default clipboard provider + will now copy to the system clipboard. |provider-clipboard| • 'splitkeep' option to control the scroll behavior of horizontal splits. • |nvim_select_popupmenu_item()| now supports |cmdline-completion| popup menu.