Delete __fish_sgrep.fish

This commit is contained in:
Jason 2019-12-16 22:23:45 +09:00 committed by Mahmoud Al-Qudsi
parent 6dc8a1d3a7
commit 48bf3a4907
9 changed files with 0 additions and 37 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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