Before:
When trying to paste in a buffer where &modifiable == 0, EasyClip would
produce the following error:
Error detected while processing function EasyClip#Paste#PasteText[14]..EasyClip#Paste#Paste:
line 42:
E21: Cannot make changes, 'modifiable' is off
Press ENTER or type command to continue
Before: When trying to paste in a buffer where &modifiable == 0, EasyClip would produce the following error:
After: silence