Skip to content

Commit de79f91

Browse files
committed
runtime(syntax-tests): tiny vim fails because of line-continuation
Problem: tiny vim fails because of line-continuation, although the test script should be skipped for non-eval builds of Vim. Solution: :set cpo&vim Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent fdf135a commit de79f91

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

runtime/syntax/testdir/runtest.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"
33
" Current directory must be runtime/syntax.
44

5+
" needed because of line-continuation lines
6+
set cpo&vim
7+
58
" Only do this with the +eval feature
69
if 1
710

0 commit comments

Comments
 (0)