Don't log yanked test with :yank-selected.
It makes our tests fail (invalid log line) and is probably not needed.
This commit is contained in:
parent
3d291482a3
commit
23068e9679
@ -1655,7 +1655,6 @@ class CommandDispatcher:
|
||||
else:
|
||||
mode = QClipboard.Clipboard
|
||||
target = "clipboard"
|
||||
log.misc.debug("Yanking to {}: '{}'".format(target, s))
|
||||
clipboard.setText(s, mode)
|
||||
message.info(self._win_id, "{} {} yanked to {}".format(
|
||||
len(s), "char" if len(s) == 1 else "chars", target))
|
||||
|
Loading…
Reference in New Issue
Block a user