Files
neovim/test/functional
Justin M. Keyes 9882e25dc4 clipboard: avoid error flood during :redir
redir_write():
- This is a "batch" operation which was not yet covered by
  start_batch_changes()

adjust_clipboard_name():
- msg() and friends during :redir will, of course, cause redir_write()
  to try to capture that message, which causes recursion.
- EMSG() here is trouble: if it interrupts :redir it is a mess.
  Rather than deal with the mess, show a non-error message.

closes #7182
closes #7184
closes #7183
ref #6048
ref #7032
2017-08-20 19:49:42 +02:00
..
2017-07-28 02:34:24 +02:00
2017-07-30 14:15:26 +02:00
2017-07-15 16:15:47 +02:00
2017-08-16 09:13:45 +02:00
2016-06-10 21:50:49 +03:00