tests: Update migrated legacy test 88 for patch 7.4.639.

The patch was merged into master at d25a59f4.
This commit is contained in:
Lucas Hoffmann 2016-02-06 08:25:24 +01:00
parent 925c020a1b
commit 316d38d98c

View File

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