You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the current Neoformat under Neovim 0.3.7, formatting Python code with black v20.8b1 on macOS 10.15.6. When I invoke Neoformat on certain open buffers, I get the following error:
Error detected while processing function neoformat#Neoformat[5]..<SNR>132_neoformat:
line 74:
E5677: Error writing input to shell-command: EPIPE
After a bit of trial and error, it seems like if the buffer is over 8K when saved, formatting fails; if under 8K, it works. Any suggestions about what might be happening?
The text was updated successfully, but these errors were encountered:
I'm running the current Neoformat under Neovim 0.3.7, formatting Python code with black v20.8b1 on macOS 10.15.6. When I invoke Neoformat on certain open buffers, I get the following error:
After a bit of trial and error, it seems like if the buffer is over 8K when saved, formatting fails; if under 8K, it works. Any suggestions about what might be happening?
The text was updated successfully, but these errors were encountered: