vim-highlightedyank
vim-highlightedyank copied to clipboard
Make the yanked region apparent!
[](https://asciinema.org/a/449727)
I have no idea how to always reproduce it, but pretty often I run into the following error: ```vim Error detected while processing function 247__doautocmd[7]..356[7]..247__supercall[1]..350[3]..376[10]..378: line 3: E802: Invalid ID:...
In my .vimrc I have disabled error bells and visual bells. But when this plugin is enabled, a bell/chirp plays when I yank something. Any suggestions for how to turn...
My Vim editor is v9.0.1672, and I encountered an issue while using the highlightedyank plugin. In block visual mode, when I first move the cursor downwards and then move it...
Looks like Vim has a "highlight-yank" package now: https://github.com/vim/vim/pull/16919 Can the internals of `vim-highlightedyank` be simplified by using this package? Or can this plugin even be deprecated by this new...
I set my max highlighted lines to: `let g:highlightedyank_max_lines = 2` For testing purposes and I noticed that the highlighting will still occur even when yanking more than 2 (I've...