mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 09:14:24 +00:00
vim-patch:8.2.4801: fix for cursorbind fix not fully tested
Problem: Fix for cursorbind fix not fully tested.
Solution: Add another test case. (Christian Brabandt, closes vim/vim#10240)
3fd7480cd2
This commit is contained in:
@@ -74,5 +74,18 @@ describe("'cursorbind'", function()
|
||||
{3:[No Name] [+] }{2:[No Name] [+] }|
|
||||
|
|
||||
]])
|
||||
command('windo :set nocursorline nocursorcolumn')
|
||||
feed('0')
|
||||
feed('40l')
|
||||
screen:expect([[
|
||||
kk ll mm nn oo pp qq{3:│} bb cc dd ee ff gg hh ii jj kk ll mm n^n|
|
||||
{3:│} |
|
||||
{3:│} |
|
||||
{3:│} |
|
||||
{3:│} |
|
||||
{1:~ }{3:│}{1:~ }|
|
||||
{3:[No Name] [+] }{2:[No Name] [+] }|
|
||||
|
|
||||
]])
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user