mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-28 16:15:02 +01:00
unposted: internal: ztst.vim: Recognize empty "F:" line as well, as the test harness does.
This commit is contained in:
parent
33361e81bc
commit
14513e6ef3
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 /^%.*/
|
||||
|
|
Loading…
Reference in a new issue