From: Michael D. Lowis Date: Tue, 29 Jan 2019 20:29:44 +0000 (-0500) Subject: fixed edit rule for text files in Code dir X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=769fd45f1819913fd36e8a57bdf8260399a678b3;p=projs%2Ftide.git fixed edit rule for text files in Code dir --- 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 },