From 4cce77e547758ec1eee820d09262e189bf9aec47 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sat, 24 Jan 2026 19:17:33 -0500 Subject: vim-patch:9.1.1984: terminal OSC52 support can be improved (#37543) Problem: terminal OSC52 support to access the clipboard can be improved Solution: Include and package the optional osc52 package, note: this requires a Vim with clipboard provider feature (Foxe Chen). related: vim/vim#14995 closes: vim/vim#18575 https://github.com/vim/vim/commit/02b8ec7da52bb11e49d3e0d801eb0d349c73677e ---- Nvim has incompatible implementation for OSC52 clipboard provider. Vim9 is N/A. Co-authored-by: Foxe Chen --- scripts/vim_na_files.txt | 1 + scripts/vim_na_regexp.txt | 1 + 2 files changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/vim_na_files.txt b/scripts/vim_na_files.txt index 5e0ef395fd..f17efa22cc 100644 --- a/scripts/vim_na_files.txt +++ b/scripts/vim_na_files.txt @@ -99,6 +99,7 @@ src/testdir/test_listener.vim src/testdir/test_mzscheme.vim src/testdir/test_plugin_comment.vim src/testdir/test_plugin_glvs.vim +src/testdir/test_plugin_osc52.vim src/testdir/test_python2.vim src/testdir/test_pyx2.vim src/testdir/test_restricted.vim diff --git a/scripts/vim_na_regexp.txt b/scripts/vim_na_regexp.txt index 5ff92a8560..d40893d566 100644 --- a/scripts/vim_na_regexp.txt +++ b/scripts/vim_na_regexp.txt @@ -19,6 +19,7 @@ ^runtime/pack/dist/opt/comment/ ^runtime/pack/dist/opt/dvorak/ ^runtime/pack/dist/opt/editorconfig/ +^runtime/pack/dist/opt/osc52/ ^runtime/print/ ^runtime/spell/.*\.latin1 ^runtime/syntax/generator/ -- cgit v1.3-3-g829e