David Barnett

Results 409 comments of David Barnett

You're saying this happens only when you have codefmt enabled? Hard for me to see how that would be related. If so, is there a more complete error you could...

So this triggers in particular when you run `:FormatCode`? Are there any other error details you can provide? Does it trigger the same sort of error if you run ```vim...

So you see the same sort of error with the first one? How about ```vim :echo has('job') ``` and ```vim :call system(printf('cat > %s 2> %s', tempname(), tempname()), []) ```...

Okay, so to summarize observations so far and give you some context, the gist of this bug seems to be that: * there's some issue on vim on Windows 10...

Ah, it makes sense that /bin/sh would be problematic on Windows. I filed google/vim-maktaba#215 with my understanding of the issue and a suggested workaround based on @kkkk9's solution (can you...

Should be pretty straightforward to integrate, but nope, nobody's done it yet. I haven't used ktlint myself and won't be able to work on it, but pull requests are very...

Interesting… I wonder if it's normal to clear setqflist. For instance, should it be cleared for any formatter, even formatters that don't support populating the quickfix list? I definitely think...

Sounds like a dupe of #61. It would help to know what error yapf is actually reporting if you try running it manually.

I'm not seeing much reason that would explain it. Possibly some quirk with DOS-style line endings if it's Windows-specific? Can you confirm exit codes and what output is going specifically...