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
Good point. I guess if subl just applied the trick from #6157 where translate_tabs_to_spaces is temporarily toggled off, this specific issue could be solved without resolving any underlying tabs/spaces issues.
Problem description
If I pipe the output of programs to
subl -
, tabs are translated to spaces, rather than it leaving the tabs as is.For example, running
luarocks search busted --porcelain
gives nice tab-separated output, which is lost if I pipe it to Sublime.Preferred solution
Piping data to Sublime should use it as is (maybe doing crlf normalising) rather than translating tabs.
Alternatives
Turning translate_tabs_to_spaces off works for piping data but then makes it use tabs for new documents.
Additional Information
No response
The text was updated successfully, but these errors were encountered: