Files
neovim/src/nvim/testdir
Felipe Morales acdac914d5 clipboard: avoid clipboard during :global. #2809
This is equivalent to patches 7.4.396, 7.4.445 and 7.4.598.

vim-patch:7.4.396

Problem:    When 'clipboard' is "unnamed", :g/pat/d is very slow.
(Praful)
Solution:   Only set the clipboard after the last delete. (Christian
Brabandt)

1f285eb49a

vim-patch:7.4.445

Problem:    Clipboard may be cleared on startup.
Solution:   Set clip_did_set_selection to -1 during startup. (Christian
	    Brabandt)

1a19d37d90

vim-patch:7.4.598

Problem:    ":tabdo windo echo 'hi'" causes "* register not to be
changed.
	    (Salman Halim)
Solution:   Change how clip_did_set_selection is used and add
	    clipboard_needs_update and global_change_count.  (Christian
	    Brabandt)

af6a579263

Co-Author: @bfredl
2015-08-30 23:40:12 -04:00
..
2015-08-26 10:31:08 +02:00
2014-05-15 20:46:01 +02:00
2014-05-15 20:46:01 +02:00
2014-12-14 14:38:06 +01:00
2014-12-09 19:25:07 -05:00
2014-12-19 15:28:49 -05:00
2014-12-19 15:28:49 -05:00
2015-04-25 17:15:10 -04:00
2015-01-03 16:08:51 +01:00
2015-01-08 09:03:54 +01:00
2015-01-08 09:03:54 +01:00
2015-01-04 12:23:48 -08:00
2015-01-04 12:23:48 -08:00
2014-12-25 18:54:12 +01:00
2014-12-25 18:54:12 +01:00
2015-05-26 01:07:37 -04:00
2015-05-26 01:07:37 -04:00
2014-08-07 18:12:10 -04:00
2015-07-19 15:14:22 -04:00
2015-07-19 15:14:22 -04:00
2015-05-16 18:39:39 -04:00
2015-08-20 10:32:25 -04:00
2015-08-20 10:32:25 -04:00
2015-04-28 23:08:31 -03:00
2015-04-28 23:08:30 -03:00
2015-07-06 15:09:32 +03:00
2015-07-06 15:09:32 +03:00
2014-05-15 20:46:01 +02:00