From 538fba90fb85b712a3a52a33a736bb29afde1ec2 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Fri, 2 Jun 2023 16:11:42 +0100 Subject: [PATCH] Mention clean/smudge filters in readme See #796. --- README.mkd | 1 + 1 file changed, 1 insertion(+) diff --git a/README.mkd b/README.mkd index cd3ce4b..d4db613 100644 --- a/README.mkd +++ b/README.mkd @@ -23,6 +23,7 @@ Features: * Provides fold text showing whether folded lines have been changed. * Can load all hunk locations into quickfix list or the current window's location list. * Handles line endings correctly, even with repos that do CRLF conversion. +* Handles clean/smudge filters. * Optional line highlighting. * Optional line number highlighting. (Only available in Neovim 0.3.2 or higher) * Fully customisable (signs, sign column, line (number) highlights, mappings, extra git-diff arguments, etc).