From dcc081a594d56949c92a9aa81ae61fc6183bca04 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Sat, 15 Apr 2017 21:51:33 -0700 Subject: [PATCH] mark __fish_sgrep as deprecated Fixes #2450 --- share/functions/__fish_sgrep.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/__fish_sgrep.fish b/share/functions/__fish_sgrep.fish index 72f284b9d..6dadabfe1 100644 --- a/share/functions/__fish_sgrep.fish +++ b/share/functions/__fish_sgrep.fish @@ -1,4 +1,4 @@ - +# This function is deprecated. Do not introduce new uses. Use the `string` command instead. function __fish_sgrep -d "Call grep without honoring GREP_OPTIONS settings" set -l GREP_OPTIONS command grep $argv