diff kitten: Fix error when only RHS file is a binary file

Fixes #752
This commit is contained in:
Kovid Goyal
2018-07-28 13:58:27 +05:30
parent 3df78de3f8
commit 8a812c9d02
3 changed files with 7 additions and 3 deletions

View File

@@ -32,6 +32,10 @@ Changelog
takes parameters so you can define your own shortcuts to clear the
screen/scrollback also (:iss:`747`)
- diff kitten: Fix error when right hand side file is binary and left hand side
file is text (:iss:`752`)
0.11.3 [2018-07-10]
------------------------------