builtin commandline: fix completion description

(cherry picked from commit 508ae410a6)
This commit is contained in:
Johannes Altmanninger
2025-09-29 21:08:56 +02:00
parent c942b034ba
commit 047b9d96a0
8 changed files with 22 additions and 22 deletions

View File

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

View File

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

View File

@@ -2786,9 +2786,6 @@ msgstr ""
msgid "Initialization files"
msgstr "Fichiers dinitialisation"
msgid "Inject readline functions to reader"
msgstr "Injecter les fonctions readline au lecteur"
msgid "Input/Output (IO) redirection"
msgstr "Redirection dentré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 ""

View File

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

View File

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

View File

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

View File

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

View File

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