diff options
| author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2026-01-24 19:17:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-25 08:17:33 +0800 |
| commit | 4cce77e547758ec1eee820d09262e189bf9aec47 (patch) | |
| tree | c7111d8a1acb141bd519d8d9137dd25ab3dc124f /scripts | |
| parent | 57574db15460be27f056eb21a71b96312396a615 (diff) | |
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 <chen.foxe@gmail.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vim_na_files.txt | 1 | ||||
| -rw-r--r-- | scripts/vim_na_regexp.txt | 1 |
2 files changed, 2 insertions, 0 deletions
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/ |
