mark __fish_sgrep as deprecated

Fixes #2450
This commit is contained in:
Kurtis Rader 2017-04-15 21:51:33 -07:00
parent 75f1e36b44
commit dcc081a594

View file

@ -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