aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/test_syntax.vim
diff options
context:
space:
mode:
Diffstat (limited to 'test/old/testdir/test_syntax.vim')
-rw-r--r--test/old/testdir/test_syntax.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/old/testdir/test_syntax.vim b/test/old/testdir/test_syntax.vim
index c9ad4bb857..76a21adc57 100644
--- a/test/old/testdir/test_syntax.vim
+++ b/test/old/testdir/test_syntax.vim
@@ -41,9 +41,9 @@ func AssertHighlightGroups(lnum, startcol, expected, trans = 1, msg = "")
for l:i in range(a:startcol, a:startcol + l:expectedGroups->len() - 1)
let l:errors += synID(a:lnum, l:i, a:trans)
- \ ->synIDattr("name")
- \ ->assert_equal(l:expectedGroups[l:i - 1],
- \ l:msg .. l:i)
+ \ ->synIDattr("name")
+ \ ->assert_equal(l:expectedGroups[l:i - 1],
+ \ l:msg .. l:i)
endfor
endfunc