]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1984: terminal OSC52 support can be improved master v9.1.1984
authorFoxe Chen <chen.foxe@gmail.com>
Mon, 15 Dec 2025 20:45:07 +0000 (21:45 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 15 Dec 2025 20:52:32 +0000 (21:52 +0100)
commit02b8ec7da52bb11e49d3e0d801eb0d349c73677e
tree9222ac4bf36e5b42d7b72986e92f6f561e2ab74f
parent2019321e0be320183afa47b7ea979dc4fc3984a0
patch 9.1.1984: terminal OSC52 support can be improved

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: #14995
closes: #18575

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
15 files changed:
Filelist
runtime/doc/tags
runtime/doc/usr_05.txt
runtime/doc/version9.txt
runtime/pack/dist/opt/osc52/autoload/osc52.vim [new file with mode: 0644]
runtime/pack/dist/opt/osc52/doc/osc52.txt [new file with mode: 0644]
runtime/pack/dist/opt/osc52/doc/tags [new file with mode: 0644]
runtime/pack/dist/opt/osc52/plugin/osc52.vim [new file with mode: 0644]
src/testdir/Make_all.mak
src/testdir/dumps/Test_osc52_paste_01.dump [new file with mode: 0644]
src/testdir/dumps/Test_osc52_paste_02.dump [new file with mode: 0644]
src/testdir/dumps/Test_osc52_paste_03.dump [new file with mode: 0644]
src/testdir/dumps/Test_osc52_paste_04.dump [new file with mode: 0644]
src/testdir/test_plugin_osc52.vim [new file with mode: 0644]
src/version.c