-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature request: Format only modified part #86
Labels
Comments
you can bind on visuale mode then only format select section . |
If the modifications are spread out, it feels like a bit too much of a hassle to manually select the modified parts, I'd like to just save in normal mode and then be able to auto-format the modifications. |
Closed
xiaoshihou514
added a commit
that referenced
this issue
Jul 21, 2024
closes #68 #86 #123 #109 #76 #141 #111 ## changes - [x] remove uv.spawn wrapper in favour of vim.system - [x] `do_lint` now respects *all* config fields - [x] linter can now use lnum_end and col_end - [x] added step by step tutorial for advanced usage - [x] remove all version checking code, only supports 0.10+ from now on - [x] apply exepath fix for windows ## internal changes - [x] events now contains truly all autocmd related functions - [x] utils now contains execution checking functions - [x] use custom simpler table copy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be helpful if there ware a way to format over the changed lines as defined by the revison control system. Like VSCode.
The text was updated successfully, but these errors were encountered: