David Barnett
David Barnett
I keep needing this during code reviews when needing to handle different sets of changes on `master@origin` and `master@someremote`. I couldn't figure it out in jj and ended up just...
Hadn't heard about ruff yet but it looks great! As a formatter, do you know if * it has built-in support for range formatting (updating only a few target lines...
Can you confirm if clang-format is the actual formatter being used here? Tab complete after :FormatCode to see what formatters are installed and apply to .cc files, and check if...
I can help update the tests if a current maintainer can review. @malcolmr @fowles @snu5mumr1k
Here ya go, patch https://github.com/dbarnett/vim-codefmt/commit/de65871fd6b926e3f8fca74dabe0e1a2e4285087 and you should be good to go.
Interesting! I notice for 2 FormatBuffer calls there it has 3 syscall#Call ones, but still I believe the 2.6s is total cumulative time for all calls, so it doesn't explain...
K thanks! Don't worry too much about the other steps… those were more suggestions to plugin devs as we're digging into troubleshooting (unless you're really itching to do some deeper...
Nope, I don't have vim 9.0 handy and wasn't able to easily repro performance problems from a few things I tried. I did find vim 9 _without_ working python support...
As a workaround in the meantime, here's a dump of some commands to manually look up some of this info: * `:let b:codefmt_` to check for any buffer-local settings *...
Also for general troubleshooting, check `:messages` for any errors you might've missed, especially things like `Not an editor command` that might've tripped up autocmds etc.