Previously, using :!pretty would promise a single line of output. This meant it could be used to produce JSONLines. A recent change has made it insert newlines with :!pretty, which breaks modules that (like Log::Timeline) that relied on the previous behavior.
Previously, using
:!pretty
would promise a single line of output. This meant it could be used to produce JSONLines. A recent change has made it insert newlines with:!pretty
, which breaks modules that (likeLog::Timeline
) that relied on the previous behavior.