diff --git a/po/de.po b/po/de.po index b27a1b28a..8f8fac50b 100644 --- a/po/de.po +++ b/po/de.po @@ -67268,10 +67268,6 @@ msgstr "Prompt ausgeben" msgid "Show current path" msgstr "Quellpaket anzeigen" -#: /tmp/fish/implicit/share/functions/__fish_sgrep.fish:1 -msgid "Call grep without honoring GREP_OPTIONS settings" -msgstr "" - #: /tmp/fish/implicit/share/functions/__fish_shared_key_bindings.fish:1 msgid "Bindings shared between emacs and vi mode" msgstr "" diff --git a/po/en.po b/po/en.po index 257f15a0a..0034da879 100644 --- a/po/en.po +++ b/po/en.po @@ -66607,10 +66607,6 @@ msgstr "Write out the prompt" msgid "Show current path" msgstr "Show current path" -#: /tmp/fish/implicit/share/functions/__fish_sgrep.fish:1 -msgid "Call grep without honoring GREP_OPTIONS settings" -msgstr "" - #: /tmp/fish/implicit/share/functions/__fish_shared_key_bindings.fish:1 msgid "Bindings shared between emacs and vi mode" msgstr "" diff --git a/po/fr.po b/po/fr.po index 2539f6f8c..63accfb26 100644 --- a/po/fr.po +++ b/po/fr.po @@ -65601,10 +65601,6 @@ msgstr "" msgid "Show current path" msgstr "Afficher le chemin actuel" -#: /tmp/fish/implicit/share/functions/__fish_sgrep.fish:1 -msgid "Call grep without honoring GREP_OPTIONS settings" -msgstr "" - #: /tmp/fish/implicit/share/functions/__fish_shared_key_bindings.fish:1 msgid "Bindings shared between emacs and vi mode" msgstr "" diff --git a/po/nb.po b/po/nb.po index e0458ca73..afad29bb2 100644 --- a/po/nb.po +++ b/po/nb.po @@ -62054,10 +62054,6 @@ msgstr "" msgid "Show current path" msgstr "" -#: /tmp/fish/implicit/share/functions/__fish_sgrep.fish:1 -msgid "Call grep without honoring GREP_OPTIONS settings" -msgstr "" - #: /tmp/fish/implicit/share/functions/__fish_shared_key_bindings.fish:1 msgid "Bindings shared between emacs and vi mode" msgstr "" diff --git a/po/nn.po b/po/nn.po index ce55ff93b..9ffb4a1fb 100644 --- a/po/nn.po +++ b/po/nn.po @@ -62055,10 +62055,6 @@ msgstr "" msgid "Show current path" msgstr "" -#: /tmp/fish/implicit/share/functions/__fish_sgrep.fish:1 -msgid "Call grep without honoring GREP_OPTIONS settings" -msgstr "" - #: /tmp/fish/implicit/share/functions/__fish_shared_key_bindings.fish:1 msgid "Bindings shared between emacs and vi mode" msgstr "" diff --git a/po/pl.po b/po/pl.po index f361e2342..70d0d8412 100644 --- a/po/pl.po +++ b/po/pl.po @@ -62641,10 +62641,6 @@ msgstr "" msgid "Show current path" msgstr "" -#: /tmp/fish/implicit/share/functions/__fish_sgrep.fish:1 -msgid "Call grep without honoring GREP_OPTIONS settings" -msgstr "" - #: /tmp/fish/implicit/share/functions/__fish_shared_key_bindings.fish:1 msgid "Bindings shared between emacs and vi mode" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 9c2d8b971..8dd7bc8d1 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -67748,10 +67748,6 @@ msgstr "Write out the prompt" msgid "Show current path" msgstr "Show source package" -#: /tmp/fish/implicit/share/functions/__fish_sgrep.fish:1 -msgid "Call grep without honoring GREP_OPTIONS settings" -msgstr "" - #: /tmp/fish/implicit/share/functions/__fish_shared_key_bindings.fish:1 msgid "Bindings shared between emacs and vi mode" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 9a95ab73d..897cb4574 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -62602,10 +62602,6 @@ msgstr "" msgid "Show current path" msgstr "" -#: /tmp/fish/implicit/share/functions/__fish_sgrep.fish:1 -msgid "Call grep without honoring GREP_OPTIONS settings" -msgstr "" - #: /tmp/fish/implicit/share/functions/__fish_shared_key_bindings.fish:1 msgid "Bindings shared between emacs and vi mode" msgstr "" diff --git a/share/functions/__fish_sgrep.fish b/share/functions/__fish_sgrep.fish deleted file mode 100644 index 6dadabfe1..000000000 --- a/share/functions/__fish_sgrep.fish +++ /dev/null @@ -1,5 +0,0 @@ -# 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 -end