Skip to content

Commit 508ae41

Browse files
committed
builtin commandline: fix completion description
1 parent 993b977 commit 508ae41

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

po/de.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2688,9 +2688,6 @@ msgstr ""
26882688
msgid "Initialization files"
26892689
msgstr ""
26902690

2691-
msgid "Inject readline functions to reader"
2692-
msgstr "readline-Funktion zum reader injizieren"
2693-
26942691
msgid "Input/Output (IO) redirection"
26952692
msgstr ""
26962693

@@ -3711,6 +3708,9 @@ msgstr ""
37113708
msgid "emacs-like key binds"
37123709
msgstr ""
37133710

3711+
msgid "execute readline function"
3712+
msgstr ""
3713+
37143714
msgid "fish_git_prompt helper, checks char variables"
37153715
msgstr ""
37163716

po/en.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,9 +2685,6 @@ msgstr ""
26852685
msgid "Initialization files"
26862686
msgstr ""
26872687

2688-
msgid "Inject readline functions to reader"
2689-
msgstr "Inject readline functions to reader"
2690-
26912688
msgid "Input/Output (IO) redirection"
26922689
msgstr ""
26932690

@@ -3708,6 +3705,9 @@ msgstr ""
37083705
msgid "emacs-like key binds"
37093706
msgstr ""
37103707

3708+
msgid "execute readline function"
3709+
msgstr ""
3710+
37113711
msgid "fish_git_prompt helper, checks char variables"
37123712
msgstr ""
37133713

po/fr.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2786,9 +2786,6 @@ msgstr ""
27862786
msgid "Initialization files"
27872787
msgstr "Fichiers d’initialisation"
27882788

2789-
msgid "Inject readline functions to reader"
2790-
msgstr "Injecter les fonctions readline au lecteur"
2791-
27922789
msgid "Input/Output (IO) redirection"
27932790
msgstr "Redirection d’entrée/sortie (E/S)"
27942791

@@ -3809,6 +3806,9 @@ msgstr "Ne pas développer les liens symboliques"
38093806
msgid "emacs-like key binds"
38103807
msgstr ""
38113808

3809+
msgid "execute readline function"
3810+
msgstr ""
3811+
38123812
msgid "fish_git_prompt helper, checks char variables"
38133813
msgstr ""
38143814

po/pl.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2681,9 +2681,6 @@ msgstr ""
26812681
msgid "Initialization files"
26822682
msgstr ""
26832683

2684-
msgid "Inject readline functions to reader"
2685-
msgstr ""
2686-
26872684
msgid "Input/Output (IO) redirection"
26882685
msgstr ""
26892686

@@ -3704,6 +3701,9 @@ msgstr ""
37043701
msgid "emacs-like key binds"
37053702
msgstr ""
37063703

3704+
msgid "execute readline function"
3705+
msgstr ""
3706+
37073707
msgid "fish_git_prompt helper, checks char variables"
37083708
msgstr ""
37093709

po/pt_BR.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,9 +2686,6 @@ msgstr ""
26862686
msgid "Initialization files"
26872687
msgstr ""
26882688

2689-
msgid "Inject readline functions to reader"
2690-
msgstr "Inject readline functions to reader"
2691-
26922689
msgid "Input/Output (IO) redirection"
26932690
msgstr ""
26942691

@@ -3709,6 +3706,9 @@ msgstr ""
37093706
msgid "emacs-like key binds"
37103707
msgstr ""
37113708

3709+
msgid "execute readline function"
3710+
msgstr ""
3711+
37123712
msgid "fish_git_prompt helper, checks char variables"
37133713
msgstr ""
37143714

po/sv.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2684,9 +2684,6 @@ msgstr ""
26842684
msgid "Initialization files"
26852685
msgstr ""
26862686

2687-
msgid "Inject readline functions to reader"
2688-
msgstr "Skicka readline-funktion till läsaren"
2689-
26902687
msgid "Input/Output (IO) redirection"
26912688
msgstr ""
26922689

@@ -3707,6 +3704,9 @@ msgstr ""
37073704
msgid "emacs-like key binds"
37083705
msgstr ""
37093706

3707+
msgid "execute readline function"
3708+
msgstr ""
3709+
37103710
msgid "fish_git_prompt helper, checks char variables"
37113711
msgstr ""
37123712

po/zh_CN.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2684,9 +2684,6 @@ msgstr ""
26842684
msgid "Initialization files"
26852685
msgstr ""
26862686

2687-
msgid "Inject readline functions to reader"
2688-
msgstr ""
2689-
26902687
msgid "Input/Output (IO) redirection"
26912688
msgstr ""
26922689

@@ -3707,6 +3704,9 @@ msgstr ""
37073704
msgid "emacs-like key binds"
37083705
msgstr ""
37093706

3707+
msgid "execute readline function"
3708+
msgstr ""
3709+
37103710
msgid "fish_git_prompt helper, checks char variables"
37113711
msgstr ""
37123712

share/completions/commandline.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ complete -c commandline -s t -l current-token -d "Select token under cursor"
1111
complete -c commandline -s b -l current-buffer -d "Select entire command line (default)"
1212

1313
complete -c commandline -s c -l cut-at-cursor -d "Only return that part of the command line before the cursor"
14-
complete -c commandline -s f -l function -d "Inject readline functions to reader"
14+
complete -c commandline -s f -l function -d "execute readline function"
1515
complete -c commandline -s x -l tokens-expanded -d "Print a list of expanded tokens"
1616

1717
complete -c commandline -s I -l input -d "Specify command to operate on"

0 commit comments

Comments
 (0)