machakann / vim-highlightedyank

Make the yanked region apparent!
844 stars 22 forks source link

Highlighting persists between different files #14

Closed ghost closed 7 years ago

ghost commented 7 years ago

Demo: https://asciinema.org/a/ccrwqztv1lfvgn96x19u1i3qv

Here I'm using gf and Ctrl-O commands for navigation between files, so don't get confused when screen text suddenly changes.

Same configuration: nvim 0.1.7 + latest version of vim-highlightedyank (16530e2)

machakann commented 7 years ago

Oops, I was too stupid. I thought highlightings were buffer local but actually they are window local.

machakann commented 7 years ago

OK, could you update to test 403003c?

ghost commented 7 years ago

Yes, it is working properly now. Nice work!

machakann commented 7 years ago

Thank you!