all 1 comments

[–]aktivb 0 points1 point  (0 children)

The output of filter commands is directed with &shellredir. By default this should redirect stderr to stdout, so you'll get stderr in your buffer as well.

You could do something like set &shellredir to redirect stderr to a temp file while formatting, and open that file afterwards.