We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paredit/wrap-fully-forward-slurp
Version rewrite-clj/rewrite-clj {:mvn/version "1.1.47"}
rewrite-clj/rewrite-clj {:mvn/version "1.1.47"}
Platform Clojure version: 1.11.1
1.11.1
Symptom wrap-fully-forward-slurp kills all the indents of the code it is slurping
wrap-fully-forward-slurp
Reproduction
(-> (z/of-string " [indented list of symbols]") z/down (pe/wrap-fully-forward-slurp :map) z/print-root)
Actual behavior
[{indented list of symbols}]
Expected behavior
The text was updated successfully, but these errors were encountered:
Thanks for raising @mrkam2, I'll take a peek soon!
Sorry, something went wrong.
No branches or pull requests
Version
rewrite-clj/rewrite-clj {:mvn/version "1.1.47"}
Platform
Clojure version:
1.11.1
Symptom
wrap-fully-forward-slurp
kills all the indents of the code it is slurpingReproduction
Actual behavior
Expected behavior
The text was updated successfully, but these errors were encountered: