about summary refs log tree commit diff
diff options
context:
space:
mode:
-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           /^%.*/