aboutsummaryrefslogtreecommitdiff
path: root/test/functional/clipboard/clipboard_provider_spec.lua
Commit message (Expand)AuthorAge
* test: cleanupJustin M. Keyes2019-05-05
* clipboard: setreg("*") with clipboard=unnamed #9954Justin M. Keyes2019-04-28
* clipboard: Support custom VimL functions #9304Rui Abreu Ferreira2018-12-03
* msg: do not scroll entire screen (#8088)Björn Linse2018-03-31
* doc: replace ":CheckHealth" with ":checkhealth"Justin M. Keyes2017-10-17
* ops: save and restore clipboard batch status when entering cmdline windowBjörn Linse2017-10-15
* clipboard: disallow recursion; show hint only once (#7203)Justin M. Keyes2017-08-22
* clipboard: test g:clipboard validation, fix a bugJustin M. Keyes2017-08-20
* clipboard: remove start_batch_changes() in redir_write()Justin M. Keyes2017-08-20
* clipboard: avoid error flood during :redirJustin M. Keyes2017-08-20
* functests: Replace execute with either command or feed_commandZyX2017-04-09
* clipboard: set v:register after startup (#5708)Björn Linse2017-03-18
* defaults: Revert 'mouse=a' (#6022)Justin M. Keyes2017-01-28
* Enable clipboard provider tests in WindowsRui Abreu Ferreira2017-01-20
* Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
* clipboard: fix v:register when clipboard=unnamed,unnamedplusBjörn Linse2016-07-12
* functests: Check logs in lua codeZyX2016-06-10
* test/functional: clean up according to luacheck (part 2)Marco Hinz2015-11-23
* clipboard: avoid clipboard during :global. #2809Felipe Morales2015-08-30
* test: Make sure ENTER prompt is exited in clipboard_provider_specThiago de Arruda2015-08-13
* clipboard: support clipboard=unnamedplus,unnamedBjörn Linse2015-08-07
* clipboard: add tests for error fallback and middleclick pasteBjörn Linse2015-07-20
* clipboard: don't overwrite before pasting in visual mode. #2945Björn Linse2015-07-04
* clipboard: cleanup `valid_yank_reg` and use it for `:redir`Björn Linse2015-04-17
* clipboard: simplify handling of of put in visual mode.Björn Linse2015-04-17
* clipboard: fix "" register not updated when clipboard=unnamedBjörn Linse2015-04-11
* clipboard: adjust v:register when clipboard=unnamedBjörn Linse2015-04-11
* clipboard: handle clipboard reading directly in `get_yank_register`Björn Linse2015-04-05
* test/clipboard: more clipboard test cleanupsBjörn Linse2015-04-05
* clipboard: improve the handling of newlines in `get_clipboard`Björn Linse2015-04-05
* clipboard: reallow `:put`Björn Linse2015-04-05
* clipboard: show "* and "+ in :registersBjörn Linse2015-04-05
* test/clipboard: split unrelated subtestsBjörn Linse2015-04-05
* clipboard: more register tests for deleteBjörn Linse2015-01-27
* test: Make it possible to run functional tests with plain luaThiago de Arruda2015-01-22
* clipboard: fix `let @+ = ...` and add testBjörn Linse2014-12-08
* clipboard: add functional testBjörn Linse2014-12-08