diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-12-25 11:11:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-25 11:11:31 -0500 |
commit | 84faeb07d0018c674c2bc730333fefae6123f366 (patch) | |
tree | 61c974e7925f08fd6ba364ba0165922c3ef4acd2 /test | |
parent | 8c8cc35926f265bf4f048b83fd130bef3932851e (diff) | |
parent | 43834b24ac6037ec7678872877d3370134e46024 (diff) | |
download | rneovim-84faeb07d0018c674c2bc730333fefae6123f366.tar.gz rneovim-84faeb07d0018c674c2bc730333fefae6123f366.tar.bz2 rneovim-84faeb07d0018c674c2bc730333fefae6123f366.zip |
Merge pull request #13602 from janlazo/vim-8.2.2206
vim-patch:8.1.2212,8.2.{51,782,856,1174,1212,2206,2211}
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/provider/clipboard_spec.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/provider/clipboard_spec.lua b/test/functional/provider/clipboard_spec.lua index 1431054494..2c681eb9d8 100644 --- a/test/functional/provider/clipboard_spec.lua +++ b/test/functional/provider/clipboard_spec.lua @@ -605,10 +605,10 @@ describe('clipboard (with fake clipboard.vim)', function() {0:~ }| {4: }| :registers | - {1:--- Registers ---} | - "* some{2:^J}star data{2:^J} | - "+ such{2:^J}plus{2:^J}stuff | - ": let g:test_clip['+'] = ['such', 'plus', 'stuff'] | + {1:Type Name Content} | + l "* some{2:^J}star data{2:^J} | + c "+ such{2:^J}plus{2:^J}stuff | + c ": let g:test_clip['+'] = ['such', 'plus', 'stuff'] | {3:Press ENTER or type command to continue}^ | ]], { [0] = {bold = true, foreground = Screen.colors.Blue}, |