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
Added stdin option for formatters (sbdchd#16)
Before:
buffer --> /tmp/file --> formatter --> /tmp/file --> buffer
Now (with 'stdin': 1):
buffer --> formatter --> buffer
Removed job_control as it isn't necessary
Adjusted formatters that support stdin to have stdin option set to 1.
added fix for composite filetypes
Now, instead of spitting an error message into (n)vim's messages,
the composite filetype is split and the first filetype is used.
e.g. `javascript.jsx` --> `javascript`