You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Three lines is not overly verbose, that is how vim prints an error with context.
One could add a manual check that simulates the error message with the correct register name in some cases, but doing it right for "/+/* in all cases is not possible, as v:register will tell the "adjusted" name (for cb=unnamed[plus]) and not the actual register the user requested. Not sure the complexity will be worth this cosmetic issue.
After having a look at my registers with
:reg
, I tried to paste ("*p
) from*
which was empty and got this overly verbose (and wrong) message:The text was updated successfully, but these errors were encountered: