From: Ɓukasz Langa Date: Fri, 1 Jun 2018 02:47:24 +0000 (-0700) Subject: Don't over-eagerly make a path absolute if only one passed X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/a80e037a9ad5867371d8df0cc8cc9c7520ccc020?ds=inline;hp=a80e037a9ad5867371d8df0cc8cc9c7520ccc020 Don't over-eagerly make a path absolute if only one passed If a directory or more than one file is passed, Black nicely shows the relative paths in output. Before this change, it showed an absolute path if only a single file was passed as an argument. This fixes the inconsistency. ---