diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2022-11-05 16:48:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 16:48:13 -0600 |
commit | 5b8d8a4c9925526fd34d2187b1bd3efe18792792 (patch) | |
tree | 50dedbc0edd1bfdd95eb97ebcede101e01d38377 | |
parent | a966347cab652e2e064d7c826457d46cd9079923 (diff) | |
download | rneovim-5b8d8a4c9925526fd34d2187b1bd3efe18792792.tar.gz rneovim-5b8d8a4c9925526fd34d2187b1bd3efe18792792.tar.bz2 rneovim-5b8d8a4c9925526fd34d2187b1bd3efe18792792.zip |
docs(news): add news blurb for tmux clipboard change (#20950)
-rw-r--r-- | runtime/doc/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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. |