machakann / vim-highlightedyank

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

Issues with unmodifiable buffer #10

Closed firedev closed 8 years ago

firedev commented 8 years ago

When browsing git history with fugitive and accidentally copying stuff it blows up like this:

Error detected while processing function <SNR>156_wait_for_user_input[15]..<SNR>156_revert_highlight_fix:
line    5:
E21: Cannot make changes, 'modifiable' is off

UPDATE Actually it was something else, I could not reproduce it reliably.

machakann commented 8 years ago

I'm not really sure what happened, but guessing from the error messeages it looks there is something trouble with vim-multiple-cursors. Do you have any idea about it?

s:wait_for_user_input() s:revert_highlight_fix()

firedev commented 8 years ago

I see, sorry about that. Didn't check where the error is originated. Will report it there.