mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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)
3691f1ee72
Patch v8.1.0999 is not ported so ":registers" does not omit register 1.
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user