mirror of
https://github.com/neovim/neovim.git
synced 2026-02-17 18:01:16 +10:00
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
02b8ec7da5
----
Nvim has incompatible implementation for OSC52 clipboard provider.
Vim9 is N/A.
Co-authored-by: Foxe Chen <chen.foxe@gmail.com>
This commit is contained in:
@@ -241,7 +241,9 @@ an archive or as a repository. For an archive you can follow these steps:
|
||||
else.
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
Adding nohlsearch package *nohlsearch-install* *package-nohlsearch*
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
Load the plugin with this command: >
|
||||
packadd nohlsearch
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user