From 74f8f43e9fcf9d09c727bff58fbd39f8a3317c83 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Thu, 31 Oct 2019 22:49:07 -0400 Subject: [PATCH] remove xargs from default rule set --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ */ -- 2.51.0