Skip to content

Commit 7098728

Browse files
authored
fix(zprint): vroom no-op system hijacks (#141)
Fixes #140
1 parent 2fe3c8d commit 7098728

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vroom/zprint.vroom

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ The zprint formatter expects the zprint executable to be installed on your syste
1818

1919
:FormatCode zprint
2020
! cd .* zprint .*
21+
$ no-op
2122

2223
The name or path of the zprint executable can be configured via the
2324
zprint_executable flag if the default of "zprint" doesn't work.
2425

2526
:Glaive codefmt zprint_executable='/usr/local/bin/zprint'
2627
:FormatCode zprint
2728
! cd .* /usr/local/bin/zprint .*
29+
$ no-op
2830
:Glaive codefmt zprint_executable='zprint'
2931

3032
You can format an entire buffer with :FormatCode.
@@ -82,6 +84,7 @@ Zprint is the default formatter for the clojure file type, so calling
8284
:set filetype=clojure
8385
:FormatCode
8486
! cd .* zprint .*
87+
$ no-op
8588
:set filetype&
8689

8790
If the directory containing the file doesn't exist yet, then the plugin won't
@@ -100,4 +103,5 @@ zprint's command-line.
100103
:set textwidth=123
101104
:FormatCode zprint
102105
! cd .* zprint .*:width 123.*
106+
$ no-op
103107
:set textwidth&

0 commit comments

Comments
 (0)