Skip to content

Commit f40a68f

Browse files
committed
shfmt: make test work with hijacking.
1 parent 3beac9a commit f40a68f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vroom/shfmt.vroom

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ Errors are reported using the quickfix list.
5555
% foo() {
5656

5757
:FormatCode shfmt
58-
! shfmt .*2>.*
58+
! shfmt .*2> (.*)
59+
$ echo '<standard input>:1:7: reached EOF without matching { with }' >\1 (command)
60+
$ 1 (status)
5961
foo() {
6062
@end
6163
:echomsg line('.') . ',' . col('.')

0 commit comments

Comments
 (0)