mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Delete __fish_sgrep.fish
This commit is contained in:
parent
6dc8a1d3a7
commit
48bf3a4907
9 changed files with 0 additions and 37 deletions
4
po/de.po
4
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 ""
|
||||
|
|
4
po/en.po
4
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 ""
|
||||
|
|
4
po/fr.po
4
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 ""
|
||||
|
|
4
po/nb.po
4
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 ""
|
||||
|
|
4
po/nn.po
4
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 ""
|
||||
|
|
4
po/pl.po
4
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue