runtime(syntax-tests): tiny vim fails because of line-continuation
Commit:
https://github.com/vim/vim/commit/de79f9129adca68f4b209c95a04500e97f626c5e
Author: Christian Brabandt <
c...@256bit.org>
Date: Thu Oct 24 23:03:10 2024 +0200
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 <
c...@256bit.org>
diff --git a/runtime/syntax/testdir/runtest.vim b/runtime/syntax/testdir/runtest.vim
index 0758bcbfa..2fba6a6cc 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