Fix previous commit tests

This commit is contained in:
Tinmarino
2023-10-31 12:47:26 -03:00
parent 90b23b466f
commit a479154770
3 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -35,11 +35,12 @@ Execute (Call function to verify):
AssertEqual 'line 6 => 1', 'line 6 => ' . foldlevel(6)
AssertEqual 'line 7 => 1', 'line 7 => ' . foldlevel(7)
AssertEqual 'line 8 => 1', 'line 8 => ' . foldlevel(8)
# AssertEqual 'line 9 => 0', 'line 9 => ' . foldlevel(9)
AssertEqual 'line 9 => 0', 'line 9 => ' . foldlevel(9)
# AssertEqual 'line 10 => 1', 'line 10 => ' . foldlevel(10)
# AssertEqual 'line 11 => 1', 'line 11 => ' . foldlevel(11)
Execute (Restore vars):
# call SetSyntax('default')
let &foldexpr = old_foldexpr
let &foldmethod = old_foldmethod