mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
builtin commandline: fix completion description
(cherry picked from commit 508ae410a6)
This commit is contained in:
6
po/de.po
6
po/de.po
@@ -2688,9 +2688,6 @@ msgstr ""
|
||||
msgid "Initialization files"
|
||||
msgstr ""
|
||||
|
||||
msgid "Inject readline functions to reader"
|
||||
msgstr "readline-Funktion zum reader injizieren"
|
||||
|
||||
msgid "Input/Output (IO) redirection"
|
||||
msgstr ""
|
||||
|
||||
@@ -3711,6 +3708,9 @@ msgstr ""
|
||||
msgid "emacs-like key binds"
|
||||
msgstr ""
|
||||
|
||||
msgid "execute readline function"
|
||||
msgstr ""
|
||||
|
||||
msgid "fish_git_prompt helper, checks char variables"
|
||||
msgstr ""
|
||||
|
||||
|
||||
6
po/en.po
6
po/en.po
@@ -2685,9 +2685,6 @@ msgstr ""
|
||||
msgid "Initialization files"
|
||||
msgstr ""
|
||||
|
||||
msgid "Inject readline functions to reader"
|
||||
msgstr "Inject readline functions to reader"
|
||||
|
||||
msgid "Input/Output (IO) redirection"
|
||||
msgstr ""
|
||||
|
||||
@@ -3708,6 +3705,9 @@ msgstr ""
|
||||
msgid "emacs-like key binds"
|
||||
msgstr ""
|
||||
|
||||
msgid "execute readline function"
|
||||
msgstr ""
|
||||
|
||||
msgid "fish_git_prompt helper, checks char variables"
|
||||
msgstr ""
|
||||
|
||||
|
||||
6
po/fr.po
6
po/fr.po
@@ -2786,9 +2786,6 @@ msgstr ""
|
||||
msgid "Initialization files"
|
||||
msgstr "Fichiers d’initialisation"
|
||||
|
||||
msgid "Inject readline functions to reader"
|
||||
msgstr "Injecter les fonctions readline au lecteur"
|
||||
|
||||
msgid "Input/Output (IO) redirection"
|
||||
msgstr "Redirection d’entrée/sortie (E/S)"
|
||||
|
||||
@@ -3809,6 +3806,9 @@ msgstr "Ne pas développer les liens symboliques"
|
||||
msgid "emacs-like key binds"
|
||||
msgstr ""
|
||||
|
||||
msgid "execute readline function"
|
||||
msgstr ""
|
||||
|
||||
msgid "fish_git_prompt helper, checks char variables"
|
||||
msgstr ""
|
||||
|
||||
|
||||
6
po/pl.po
6
po/pl.po
@@ -2681,9 +2681,6 @@ msgstr ""
|
||||
msgid "Initialization files"
|
||||
msgstr ""
|
||||
|
||||
msgid "Inject readline functions to reader"
|
||||
msgstr ""
|
||||
|
||||
msgid "Input/Output (IO) redirection"
|
||||
msgstr ""
|
||||
|
||||
@@ -3704,6 +3701,9 @@ msgstr ""
|
||||
msgid "emacs-like key binds"
|
||||
msgstr ""
|
||||
|
||||
msgid "execute readline function"
|
||||
msgstr ""
|
||||
|
||||
msgid "fish_git_prompt helper, checks char variables"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -2686,9 +2686,6 @@ msgstr ""
|
||||
msgid "Initialization files"
|
||||
msgstr ""
|
||||
|
||||
msgid "Inject readline functions to reader"
|
||||
msgstr "Inject readline functions to reader"
|
||||
|
||||
msgid "Input/Output (IO) redirection"
|
||||
msgstr ""
|
||||
|
||||
@@ -3709,6 +3706,9 @@ msgstr ""
|
||||
msgid "emacs-like key binds"
|
||||
msgstr ""
|
||||
|
||||
msgid "execute readline function"
|
||||
msgstr ""
|
||||
|
||||
msgid "fish_git_prompt helper, checks char variables"
|
||||
msgstr ""
|
||||
|
||||
|
||||
6
po/sv.po
6
po/sv.po
@@ -2684,9 +2684,6 @@ msgstr ""
|
||||
msgid "Initialization files"
|
||||
msgstr ""
|
||||
|
||||
msgid "Inject readline functions to reader"
|
||||
msgstr "Skicka readline-funktion till läsaren"
|
||||
|
||||
msgid "Input/Output (IO) redirection"
|
||||
msgstr ""
|
||||
|
||||
@@ -3707,6 +3704,9 @@ msgstr ""
|
||||
msgid "emacs-like key binds"
|
||||
msgstr ""
|
||||
|
||||
msgid "execute readline function"
|
||||
msgstr ""
|
||||
|
||||
msgid "fish_git_prompt helper, checks char variables"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -2684,9 +2684,6 @@ msgstr ""
|
||||
msgid "Initialization files"
|
||||
msgstr ""
|
||||
|
||||
msgid "Inject readline functions to reader"
|
||||
msgstr ""
|
||||
|
||||
msgid "Input/Output (IO) redirection"
|
||||
msgstr ""
|
||||
|
||||
@@ -3707,6 +3704,9 @@ msgstr ""
|
||||
msgid "emacs-like key binds"
|
||||
msgstr ""
|
||||
|
||||
msgid "execute readline function"
|
||||
msgstr ""
|
||||
|
||||
msgid "fish_git_prompt helper, checks char variables"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ complete -c commandline -s t -l current-token -d "Select token under cursor"
|
||||
complete -c commandline -s b -l current-buffer -d "Select entire command line (default)"
|
||||
|
||||
complete -c commandline -s c -l cut-at-cursor -d "Only return that part of the command line before the cursor"
|
||||
complete -c commandline -s f -l function -d "Inject readline functions to reader"
|
||||
complete -c commandline -s f -l function -d "execute readline function"
|
||||
complete -c commandline -s x -l tokens-expanded -d "Print a list of expanded tokens"
|
||||
|
||||
complete -c commandline -s I -l input -d "Specify command to operate on"
|
||||
|
||||
Reference in New Issue
Block a user