diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-12-24 23:00:58 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-12-25 10:17:00 -0500 |
commit | 8cf4a02bf23af9eaafba3f0dbc1c613aa1b91575 (patch) | |
tree | f3540275141ba48a1be85488cf204b41cfdcd105 /test/functional/provider/clipboard_spec.lua | |
parent | 0813bb021aa64a1479990be9e17196b32d9d50f2 (diff) | |
download | rneovim-8cf4a02bf23af9eaafba3f0dbc1c613aa1b91575.tar.gz rneovim-8cf4a02bf23af9eaafba3f0dbc1c613aa1b91575.tar.bz2 rneovim-8cf4a02bf23af9eaafba3f0dbc1c613aa1b91575.zip |
vim-patch:8.1.2212: cannot see the selection type in :reg output
Problem: Cannot see the selection type in :reg output. (Ayberk Aydın)
Solution: Add c/l/b. (Christian Brabandt, closes vim/vim#5110, closes vim/vim#4546)
https://github.com/vim/vim/commit/3691f1ee72b68a47e6dcc75927bfa46565cf3614
Patch v8.1.0999 is not ported so ":registers" does not omit register 1.
Diffstat (limited to 'test/functional/provider/clipboard_spec.lua')
-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}, |