runtime(syntax-tests): tiny vim fails because of line-continuation
Commit:
https://github.com/vim/vim/commit/de79f9129adca68f4b209c95a04500e97f626c5e
Author: Christian Brabandt <[email protected]>
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 <[email protected]>
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
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1t45Ad-005453-2w%40256bit.org.