feat(eval): partially port v8.1.1915

Cannot be fully ported as chdir() hasn't been ported yet.
This commit is contained in:
Sean Dewar
2021-08-07 22:39:23 +01:00
parent 56b56a76e8
commit 5d88349817
9 changed files with 72 additions and 25 deletions

View File

@@ -725,7 +725,7 @@ func Test_diff_filler()
diffthis
redraw
call assert_equal([0, 0, 0, 0, 0, 0, 0, 1, 0], map(range(-1, 7), 'diff_filler(v:val)'))
call assert_equal([0, 0, 0, 0, 0, 0, 0, 1, 0], map(range(-1, 7), 'v:val->diff_filler()'))
wincmd w
call assert_equal([0, 0, 0, 0, 2, 0, 0, 0], map(range(-1, 6), 'diff_filler(v:val)'))