From 769fd45f1819913fd36e8a57bdf8260399a678b3 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Tue, 29 Jan 2019 15:29:44 -0500 Subject: [PATCH] fixed edit rule for text files in Code dir --- config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.h b/config.h index 22fcbc8..0a6a422 100644 --- a/config.h +++ b/config.h @@ -105,7 +105,6 @@ static Rule* BuiltinRules[] = { { COMPLETE, NULL, NULL } }, (Rule[]){ /* If it's an existing text file, open it with editor */ - { ISSET, "EDITOR", NULL }, { ISFILE, "$data", NULL }, { EXEC, "file --mime \"$file\" | grep -q 'text/'", NULL }, { LAUNCH, "edit \"$file\"", NULL }, -- 2.52.0