diff options
author | altermo <107814000+altermo@users.noreply.github.com> | 2024-02-22 09:39:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 16:39:32 +0800 |
commit | e2e63bd045491f36e12c924fddbe76b3ef884b38 (patch) | |
tree | 0fdccbbb98ef8ed00fe420e2ba6a9eaf102ce00e /src | |
parent | 4ec5c58846a08c083f98d20633c853899104dabe (diff) | |
download | rneovim-e2e63bd045491f36e12c924fddbe76b3ef884b38.tar.gz rneovim-e2e63bd045491f36e12c924fddbe76b3ef884b38.tar.bz2 rneovim-e2e63bd045491f36e12c924fddbe76b3ef884b38.zip |
fix(lua): make highlight.on_yank use win-local highlight (#27349)
Currently, highlight.on_yank() does buffer-local highlighting, this PR
makes it window scoped.
Also fix the problem that when yanking in a buffer, moving to another
buffer, and yanking before the original buffer highlight disappears, the
original buffer highlight won't disappear on timeout.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions