mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
Remove irrelevant comment.
This commit is contained in:
@@ -35,8 +35,7 @@ let s:temp_buffer = tempname()
|
|||||||
" Regarding line endings:
|
" Regarding line endings:
|
||||||
"
|
"
|
||||||
" git-show does not convert line endings.
|
" git-show does not convert line endings.
|
||||||
" git-diff FILE FILE does convert line endings for the given files (but not
|
" git-diff FILE FILE does convert line endings for the given files.
|
||||||
" for a file piped on stdin).
|
|
||||||
"
|
"
|
||||||
" If a file has CRLF line endings and git's core.autocrlf is true,
|
" 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
|
" the file in git's object store will have LF line endings. Writing
|
||||||
|
|||||||
Reference in New Issue
Block a user