mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
replace __fish_urlencode with string escape
We now have a builtin that can do URL escaping so use it. I can't find any uses of our private `__fish_urlencode` function in any Oh-My-Fish or Fisherman code so remove it.
This commit is contained in:
5
po/de.po
5
po/de.po
@@ -61324,11 +61324,6 @@ msgstr ""
|
||||
msgid "Update man-page based completions"
|
||||
msgstr "Befehlsspezifische Erweiterungen bearbeiten"
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_urlencode.fish:1
|
||||
#, fuzzy
|
||||
msgid "URL-encode stdin"
|
||||
msgstr "Standardeingabe umbenennen"
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_use_subcommand.fish:1
|
||||
#, fuzzy
|
||||
msgid "Test if a non-switch argument has been given in the current commandline"
|
||||
|
||||
4
po/en.po
4
po/en.po
@@ -8114,10 +8114,6 @@ msgstr "Show current path"
|
||||
msgid "Test if the token under the cursor matches the specified wildcard"
|
||||
msgstr "Test if the token under the cursor matches the specified wildcard"
|
||||
|
||||
#: share/functions/__fish_urlencode.fish:1
|
||||
msgid "URL-encode stdin"
|
||||
msgstr "URL-encode stdin"
|
||||
|
||||
#: share/functions/__terlar_git_prompt.fish:23
|
||||
msgid "Write out the git prompt"
|
||||
msgstr "Write out the git prompt"
|
||||
|
||||
4
po/fr.po
4
po/fr.po
@@ -60024,10 +60024,6 @@ msgstr ""
|
||||
msgid "Update man-page based completions"
|
||||
msgstr "Éditer les complétions spécifiques aux commandes"
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_urlencode.fish:1
|
||||
msgid "URL-encode stdin"
|
||||
msgstr ""
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_use_subcommand.fish:1
|
||||
#, fuzzy
|
||||
msgid "Test if a non-switch argument has been given in the current commandline"
|
||||
|
||||
4
po/nb.po
4
po/nb.po
@@ -56722,10 +56722,6 @@ msgstr ""
|
||||
msgid "Update man-page based completions"
|
||||
msgstr ""
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_urlencode.fish:1
|
||||
msgid "URL-encode stdin"
|
||||
msgstr ""
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_use_subcommand.fish:1
|
||||
msgid "Test if a non-switch argument has been given in the current commandline"
|
||||
msgstr ""
|
||||
|
||||
4
po/nn.po
4
po/nn.po
@@ -56722,10 +56722,6 @@ msgstr ""
|
||||
msgid "Update man-page based completions"
|
||||
msgstr ""
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_urlencode.fish:1
|
||||
msgid "URL-encode stdin"
|
||||
msgstr ""
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_use_subcommand.fish:1
|
||||
msgid "Test if a non-switch argument has been given in the current commandline"
|
||||
msgstr ""
|
||||
|
||||
4
po/pl.po
4
po/pl.po
@@ -57143,10 +57143,6 @@ msgstr ""
|
||||
msgid "Update man-page based completions"
|
||||
msgstr "Edytuj sugestie do określonej komendy"
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_urlencode.fish:1
|
||||
msgid "URL-encode stdin"
|
||||
msgstr ""
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_use_subcommand.fish:1
|
||||
msgid "Test if a non-switch argument has been given in the current commandline"
|
||||
msgstr ""
|
||||
|
||||
@@ -61774,11 +61774,6 @@ msgstr ""
|
||||
msgid "Update man-page based completions"
|
||||
msgstr "Edit command specific completions"
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_urlencode.fish:1
|
||||
#, fuzzy
|
||||
msgid "URL-encode stdin"
|
||||
msgstr "Rename stdin"
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_use_subcommand.fish:1
|
||||
#, fuzzy
|
||||
msgid "Test if a non-switch argument has been given in the current commandline"
|
||||
|
||||
4
po/sv.po
4
po/sv.po
@@ -53577,10 +53577,6 @@ msgstr ""
|
||||
msgid "Update man-page based completions"
|
||||
msgstr ""
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_urlencode.fish:1
|
||||
msgid "URL-encode stdin"
|
||||
msgstr ""
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_use_subcommand.fish:1
|
||||
msgid "Test if a non-switch argument has been given in the current commandline"
|
||||
msgstr ""
|
||||
|
||||
@@ -57099,10 +57099,6 @@ msgstr ""
|
||||
msgid "Update man-page based completions"
|
||||
msgstr "编辑命令相关的补全"
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_urlencode.fish:1
|
||||
msgid "URL-encode stdin"
|
||||
msgstr ""
|
||||
|
||||
#: /tmp/fish/implicit/share/functions/__fish_use_subcommand.fish:1
|
||||
msgid "Test if a non-switch argument has been given in the current commandline"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user