From 05e538e553d05cc728577f2c96dd8abc43aa8a74 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Thu, 1 Mar 2018 10:24:08 +0000 Subject: [PATCH] Remove irrelevant comment. --- autoload/gitgutter/diff.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autoload/gitgutter/diff.vim b/autoload/gitgutter/diff.vim index da2ef5d..ae33318 100644 --- a/autoload/gitgutter/diff.vim +++ b/autoload/gitgutter/diff.vim @@ -35,8 +35,7 @@ let s:temp_buffer = tempname() " Regarding line endings: " " git-show does not convert line endings. -" git-diff FILE FILE does convert line endings for the given files (but not -" for a file piped on stdin). +" git-diff FILE FILE does convert line endings for the given files. " " If a file has CRLF line endings and git's core.autocrlf is true, " the file in git's object store will have LF line endings. Writing