1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-04-27 12:25:18 +02:00

unposted: internal: ztst.vim: Recognize empty "F:" line as well, as the test harness does.

This commit is contained in:
Daniel Shahaf 2020-06-17 09:37:40 +00:00
parent 33361e81bc
commit 14513e6ef3
2 changed files with 6 additions and 1 deletions

View File

@ -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> 2020-06-17 Miroslav Koškár <mk@mkoskar.com>
* 46049: Doc/Zsh/options.yo: docs: Correct the sense of the * 46049: Doc/Zsh/options.yo: docs: Correct the sense of the

View File

@ -53,7 +53,7 @@ syn match ztstErrputPatternMarker /[?].\@=/ contained conceal
syn match ztstErrputLiteral /^[?].\@=/ nextgroup=ztstErrput syn match ztstErrputLiteral /^[?].\@=/ nextgroup=ztstErrput
syn region ztstErrput start=// end=/$/ contained 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 region ztstFrequentExplanation start=// end=/$/ contained
syn match ztstDirective /^%.*/ syn match ztstDirective /^%.*/