]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(syntax-tests): tiny vim fails because of line-continuation
authorChristian Brabandt <cb@256bit.org>
Thu, 24 Oct 2024 21:03:10 +0000 (23:03 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 24 Oct 2024 21:03:10 +0000 (23:03 +0200)
commitde79f9129adca68f4b209c95a04500e97f626c5e
tree932096da9b0fb8a65aedb991dda612c84518f133
parentfdf135a0525746cc0ff85bed2fbbde320ddb6d0d
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>
runtime/syntax/testdir/runtest.vim