Files
neovim/runtime
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-04-29 01:51:56 +02:00
2017-04-30 22:16:30 +02:00
2017-08-18 21:43:57 +02:00
2017-05-01 13:23:12 +02:00
2017-05-01 12:30:54 +02:00
2016-08-03 08:07:28 -04:00
2017-04-28 23:39:24 +02:00
2017-04-30 22:10:21 +02:00
2014-12-19 15:28:49 -05:00
2017-07-15 11:01:45 -04:00
2017-05-01 13:19:34 +02:00
2016-04-16 23:06:24 -07:00
2017-05-01 13:32:51 +02:00
2017-01-31 02:02:09 +01:00
2017-01-31 02:02:09 +01:00
2017-05-01 13:32:51 +02:00
2014-07-29 02:12:31 +00:00
2016-10-15 12:15:36 +09:00
2017-04-28 21:06:07 +02:00
2016-10-04 23:14:47 +09:00