-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
:IcedCleanNs doesn't add a newline after :require #453
Comments
@noahmoss Thanks for your reporting! The behavior inserting new line after And when refactor-nrepl responses that there are no changes, vim-iced does not update
No commands for now, but the behavior is not unified, so I'll find some solution. |
@liquidz That makes sense. In my case I am trying to update a large number of existing namespaces to use the formatting with the newline, so having the behavior be consistent would be great if possible. Thanks for taking a look! |
@noahmoss I tried to fix the behavior. |
Seems to work, thanks! |
Thanks for your confirmation! |
Hey @liquidz! I've noticed that
:IcedCleanNs
won't add a newline after the:require
form if the namespace is otherwise correct. However, it will if there's anything that needs to be cleaned. Is this the intended behavior? If so is there any other command that can be used to add the newline to the ns form?For example, in this namespace:
running
:IcedCleanNs
will not make any changes. However, in this ns:running
:IcedCleanNs
will result inThe text was updated successfully, but these errors were encountered: