thinca / vim-visualstar

star for Visual-mode.
119 stars 5 forks source link

Add :noautocmd for executing yank mapping #8

Closed rhysd closed 6 years ago

rhysd commented 6 years ago

I'm using vim-visualstar with vim-highlightedyank. I noticed that * on visual mode highlighted the search text as yanked. This was because normal! y triggered TextYankPost autocmd event and vim-highlightedyank hooked the event.

To prevent the unexpected autocmd event, I prefixed :noautocmd at :normal! command.