From 3faa0539ce233049dbc498cf093652976b427a19 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Thu, 13 Jan 2022 13:28:45 +1000 Subject: [PATCH] editor: Fix undo command - Undo needs a ctrl-underscore key which is in the latest fill3. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index baf1ead..ffd8839 100755 --- a/setup.py +++ b/setup.py @@ -18,4 +18,4 @@ setup(name="diff-edit", entry_points={"console_scripts": ["diff-edit=diff_edit:main"]}, install_requires=[ "pygments==2.10.0", "docopt==0.6.2", - "fill3 @ git+https://github.com/ahamilton/eris@v2022.01.08#subdirectory=fill3"]) + "fill3 @ git+https://github.com/ahamilton/eris@v2022.01.13#subdirectory=fill3"])