From: Michael D. Lowis Date: Fri, 1 Nov 2019 02:49:07 +0000 (-0400) Subject: remove xargs from default rule set X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=74f8f43e9fcf9d09c727bff58fbd39f8a3317c83;p=projs%2Ftide.git remove xargs from default rule set --- diff --git a/config.h b/config.h index 540d2fc..1a940d0 100644 --- a/config.h +++ b/config.h @@ -114,7 +114,7 @@ static Rule* BuiltinRules[] = { (Rule[]){ /* Look it up in ctags database */ { ISFILE, "tags", NULL }, { EXEC, "grep -q \"^$data\\s\\+\" tags", NULL }, - { LAUNCH, "picktag fetch tags \"$data\" | xargs -r edit", NULL }, + { LAUNCH, "picktag fetch tags \"$data\"", NULL }, { COMPLETE, NULL, NULL } }, (Rule[]){ /* Look up .c or .h files in Code/ */