commit 901670fffc66932a9431832e5120c04ddd7c91de parent 3a403cd120aa86ba1459d63a536f4c0b4cd7a84f Author: claustromaniac <20734810+claustromaniac@users.noreply.github.com> Date: Mon, 18 Dec 2017 12:26:03 +0000 Convert BAT line-endings to CRLF LF is messing with calls to :message in the updater, at least on my end. Diffstat:
| M | .gitattributes | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitattributes b/.gitattributes @@ -4,5 +4,6 @@ *.md text *.yml text *.txt text +*.bat text eol=crlf *.png binary