neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 5b8d8a4c9925526fd34d2187b1bd3efe18792792
parent a966347cab652e2e064d7c826457d46cd9079923
Author: Gregory Anders <8965202+gpanders@users.noreply.github.com>
Date:   Sat,  5 Nov 2022 16:48:13 -0600

docs(news): add news blurb for tmux clipboard change (#20950)


Diffstat:
Mruntime/doc/news.txt | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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.