From 14513e6ef3b9bece949952c06410bfb8a44a87c5 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 17 Jun 2020 09:37:40 +0000 Subject: [PATCH] unposted: internal: ztst.vim: Recognize empty "F:" line as well, as the test harness does. --- ChangeLog | 5 +++++ Util/ztst-syntax.vim | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1da64ca26..df931d194 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-06-17 Daniel Shahaf + + * unposted: Util/ztst-syntax.vim: internal: ztst.vim: Recognize + empty "F:" line as well, as the test harness does. + 2020-06-17 Miroslav Koškár * 46049: Doc/Zsh/options.yo: docs: Correct the sense of the diff --git a/Util/ztst-syntax.vim b/Util/ztst-syntax.vim index b4cabef2c..639b9a4ec 100644 --- a/Util/ztst-syntax.vim +++ b/Util/ztst-syntax.vim @@ -53,7 +53,7 @@ syn match ztstErrputPatternMarker /[?].\@=/ contained conceal syn match ztstErrputLiteral /^[?].\@=/ nextgroup=ztstErrput syn region ztstErrput start=// end=/$/ contained -syn match ztstFrequentExplanationMarker /^F:.\@=/ nextgroup=ztstFrequentExplanation +syn match ztstFrequentExplanationMarker /^F:/ nextgroup=ztstFrequentExplanation syn region ztstFrequentExplanation start=// end=/$/ contained syn match ztstDirective /^%.*/