Files
vim-gitgutter/autoload/gitgutter
Eli Young 0cb1e41b23 Use a temporary file for buffer for realtime diffs
`git diff` doesn't perform EOL conversion on stdin, causing it to
mistakenly flag every line as having changed when the working tree uses
a different EOL than the blobs. Writing the buffer to a temporary file
and diffing against that avoids this issue.

Fixes #232.
2015-03-04 10:55:31 +01:00
..
2014-10-17 09:24:52 +02:00
2014-10-17 09:24:47 +02:00