From 134fef6f549d88b9e061d06331387a3e9228e575 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Wed, 16 Dec 2015 12:16:11 +0000 Subject: [PATCH] Mention correct handling of line endings. See #233 for more information. --- README.mkd | 1 + 1 file changed, 1 insertion(+) diff --git a/README.mkd b/README.mkd index 587f633..0a094f1 100644 --- a/README.mkd +++ b/README.mkd @@ -8,6 +8,7 @@ Features: * Ensures signs are always as up to date as possible (but without running more than necessary). * Quick jumping between blocks of changed lines ("hunks"). * Stage/revert/preview individual hunks. +* Handles line endings correctly, even with repos that do CRLF conversion. * Optional line highlighting. * Fully customisable (signs, sign column, line highlights, mappings, extra git-diff arguments, etc). * Can be toggled on/off.