From: Christian Brabandt Date: Thu, 24 Oct 2024 21:03:10 +0000 (+0200) Subject: runtime(syntax-tests): tiny vim fails because of line-continuation X-Git-Tag: v9.1.0815~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de79f9129adca68f4b209c95a04500e97f626c5e;p=thirdparty%2Fvim.git 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 --- diff --git a/runtime/syntax/testdir/runtest.vim b/runtime/syntax/testdir/runtest.vim index 0758bcbfa5..2fba6a6cc5 100644 --- a/runtime/syntax/testdir/runtest.vim +++ b/runtime/syntax/testdir/runtest.vim @@ -2,6 +2,9 @@ " " Current directory must be runtime/syntax. +" needed because of line-continuation lines +set cpo&vim + " Only do this with the +eval feature if 1