]> git.mdlowis.com Git - projs/tide.git/commitdiff
fixed edit rule for text files in Code dir
authorMichael D. Lowis <mike.lowis@gentex.com>
Tue, 29 Jan 2019 20:29:44 +0000 (15:29 -0500)
committerMichael D. Lowis <mike.lowis@gentex.com>
Tue, 29 Jan 2019 20:29:44 +0000 (15:29 -0500)
config.h

index 22fcbc8d5305cbb0c5f9dab3c80d4805876fea61..0a6a42253a15afed08152d46eea9dd73e6389512 100644 (file)
--- 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 },