fix(clipboard): avoid using stale register width (#36178)

Fix #36177
Follow-up to #35038
This commit is contained in:
zeertzjq
2025-10-14 13:04:37 +08:00
committed by GitHub
parent 55bd54e526
commit 41199c45d6
2 changed files with 7 additions and 0 deletions

View File

@@ -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)