File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
2223The name or path of the zprint executable can be configured via the
2324zprint_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
3032You 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
8790If 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&
You can’t perform that action at this time.
0 commit comments