summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-06-17 09:37:40 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-06-17 09:37:50 +0000
commit14513e6ef3b9bece949952c06410bfb8a44a87c5 (patch)
tree6f2c16f61723bbbc988bdf26d10ed6995b8f3717
parent33361e81bc60fa3d6cb78442136d105abd565d56 (diff)
downloadzsh-14513e6ef3b9bece949952c06410bfb8a44a87c5.tar.gz
zsh-14513e6ef3b9bece949952c06410bfb8a44a87c5.zip
unposted: internal: ztst.vim: Recognize empty "F:" line as well, as the test harness does.
-rw-r--r--ChangeLog5
-rw-r--r--Util/ztst-syntax.vim2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1da64ca26..df931d194 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-06-17 Daniel Shahaf <d.s@daniel.shahaf.name>
+
+ * 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 <mk@mkoskar.com>
* 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 /^%.*/