diff kitten: Remove limit on max line length of 4096 characters

Fixes #3806
This commit is contained in:
Kovid Goyal
2021-07-07 07:27:42 +05:30
parent 46fbf78da5
commit 1ec07eb17a
2 changed files with 51 additions and 23 deletions

View File

@@ -17,6 +17,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
could cause incorrect parsing if either the pending buffer capacity or the
pending timeout were exceeded (:iss:`3779`)
- diff kitten: Remove limit on max line length of 4096 characters (:iss:`3806`)
0.21.2 [2021-06-28]
----------------------