mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
tests: Update migrated legacy test 88 for patch 7.4.639.
The patch was merged into master at d25a59f4
.
This commit is contained in:
parent
925c020a1b
commit
316d38d98c
@ -81,5 +81,16 @@ describe('cursor and column position with conceal and tabulators', function()
|
||||
execute('set lbr')
|
||||
feed('$')
|
||||
expect_pos(9, 26)
|
||||
execute('set list listchars=tab:>-')
|
||||
feed('0')
|
||||
expect_pos(9, 1)
|
||||
feed('W')
|
||||
expect_pos(9, 9)
|
||||
feed('W')
|
||||
expect_pos(9, 17)
|
||||
feed('W')
|
||||
expect_pos(9, 25)
|
||||
feed('$')
|
||||
expect_pos(9, 26)
|
||||
end)
|
||||
end)
|
||||
|
Loading…
Reference in New Issue
Block a user