mirror of
https://github.com/neovim/neovim.git
synced 2025-10-20 00:31:49 +00:00
fix(clipboard): avoid using stale register width (#36178)
Fix #36177 Follow-up to #35038
This commit is contained in:
@@ -563,6 +563,12 @@ describe('clipboard (with fake clipboard.vim)', function()
|
||||
あいあいあいうえお
|
||||
xxx xxx
|
||||
xx xx]])
|
||||
feed('G0<C-V>ky')
|
||||
feed('P')
|
||||
expect([[
|
||||
あいあいあいうえお
|
||||
xxxx xxx
|
||||
xxx xx]])
|
||||
end)
|
||||
end)
|
||||
|
||||
|
Reference in New Issue
Block a user