From 508ae410a63af145733d7bcf0d643e69faa798cb Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Mon, 29 Sep 2025 21:08:56 +0200 Subject: [PATCH] builtin commandline: fix completion description --- po/de.po | 6 +++--- po/en.po | 6 +++--- po/fr.po | 6 +++--- po/pl.po | 6 +++--- po/pt_BR.po | 6 +++--- po/sv.po | 6 +++--- po/zh_CN.po | 6 +++--- share/completions/commandline.fish | 2 +- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/po/de.po b/po/de.po index 13a991314..b7a682937 100644 --- a/po/de.po +++ b/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 "" diff --git a/po/en.po b/po/en.po index 0e176bab9..212525c54 100644 --- a/po/en.po +++ b/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 "" diff --git a/po/fr.po b/po/fr.po index 1d8c1856d..62861ad8e 100644 --- a/po/fr.po +++ b/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 "" diff --git a/po/pl.po b/po/pl.po index bca34e8dc..974031ca8 100644 --- a/po/pl.po +++ b/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 "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 3b40793d8..1b240eb5e 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -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 "" diff --git a/po/sv.po b/po/sv.po index 96207d5c6..06685ec20 100644 --- a/po/sv.po +++ b/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 "" diff --git a/po/zh_CN.po b/po/zh_CN.po index f3693df16..d1247a154 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -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 "" diff --git a/share/completions/commandline.fish b/share/completions/commandline.fish index 453de4efd..5f5065f96 100644 --- a/share/completions/commandline.fish +++ b/share/completions/commandline.fish @@ -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"