File tree Expand file tree Collapse file tree 8 files changed +22
-22
lines changed Expand file tree Collapse file tree 8 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -2688,9 +2688,6 @@ msgstr ""
26882688msgid "Initialization files"
26892689msgstr ""
26902690
2691- msgid "Inject readline functions to reader"
2692- msgstr "readline-Funktion zum reader injizieren"
2693-
26942691msgid "Input/Output (IO) redirection"
26952692msgstr ""
26962693
@@ -3711,6 +3708,9 @@ msgstr ""
37113708msgid "emacs-like key binds"
37123709msgstr ""
37133710
3711+ msgid "execute readline function"
3712+ msgstr ""
3713+
37143714msgid "fish_git_prompt helper, checks char variables"
37153715msgstr ""
37163716
Original file line number Diff line number Diff line change @@ -2685,9 +2685,6 @@ msgstr ""
26852685msgid "Initialization files"
26862686msgstr ""
26872687
2688- msgid "Inject readline functions to reader"
2689- msgstr "Inject readline functions to reader"
2690-
26912688msgid "Input/Output (IO) redirection"
26922689msgstr ""
26932690
@@ -3708,6 +3705,9 @@ msgstr ""
37083705msgid "emacs-like key binds"
37093706msgstr ""
37103707
3708+ msgid "execute readline function"
3709+ msgstr ""
3710+
37113711msgid "fish_git_prompt helper, checks char variables"
37123712msgstr ""
37133713
Original file line number Diff line number Diff line change @@ -2786,9 +2786,6 @@ msgstr ""
27862786msgid "Initialization files"
27872787msgstr "Fichiers d’initialisation"
27882788
2789- msgid "Inject readline functions to reader"
2790- msgstr "Injecter les fonctions readline au lecteur"
2791-
27922789msgid "Input/Output (IO) redirection"
27932790msgstr "Redirection d’entrée/sortie (E/S)"
27942791
@@ -3809,6 +3806,9 @@ msgstr "Ne pas développer les liens symboliques"
38093806msgid "emacs-like key binds"
38103807msgstr ""
38113808
3809+ msgid "execute readline function"
3810+ msgstr ""
3811+
38123812msgid "fish_git_prompt helper, checks char variables"
38133813msgstr ""
38143814
Original file line number Diff line number Diff line change @@ -2681,9 +2681,6 @@ msgstr ""
26812681msgid "Initialization files"
26822682msgstr ""
26832683
2684- msgid "Inject readline functions to reader"
2685- msgstr ""
2686-
26872684msgid "Input/Output (IO) redirection"
26882685msgstr ""
26892686
@@ -3704,6 +3701,9 @@ msgstr ""
37043701msgid "emacs-like key binds"
37053702msgstr ""
37063703
3704+ msgid "execute readline function"
3705+ msgstr ""
3706+
37073707msgid "fish_git_prompt helper, checks char variables"
37083708msgstr ""
37093709
Original file line number Diff line number Diff line change @@ -2686,9 +2686,6 @@ msgstr ""
26862686msgid "Initialization files"
26872687msgstr ""
26882688
2689- msgid "Inject readline functions to reader"
2690- msgstr "Inject readline functions to reader"
2691-
26922689msgid "Input/Output (IO) redirection"
26932690msgstr ""
26942691
@@ -3709,6 +3706,9 @@ msgstr ""
37093706msgid "emacs-like key binds"
37103707msgstr ""
37113708
3709+ msgid "execute readline function"
3710+ msgstr ""
3711+
37123712msgid "fish_git_prompt helper, checks char variables"
37133713msgstr ""
37143714
Original file line number Diff line number Diff line change @@ -2684,9 +2684,6 @@ msgstr ""
26842684msgid "Initialization files"
26852685msgstr ""
26862686
2687- msgid "Inject readline functions to reader"
2688- msgstr "Skicka readline-funktion till läsaren"
2689-
26902687msgid "Input/Output (IO) redirection"
26912688msgstr ""
26922689
@@ -3707,6 +3704,9 @@ msgstr ""
37073704msgid "emacs-like key binds"
37083705msgstr ""
37093706
3707+ msgid "execute readline function"
3708+ msgstr ""
3709+
37103710msgid "fish_git_prompt helper, checks char variables"
37113711msgstr ""
37123712
Original file line number Diff line number Diff line change @@ -2684,9 +2684,6 @@ msgstr ""
26842684msgid "Initialization files"
26852685msgstr ""
26862686
2687- msgid "Inject readline functions to reader"
2688- msgstr ""
2689-
26902687msgid "Input/Output (IO) redirection"
26912688msgstr ""
26922689
@@ -3707,6 +3704,9 @@ msgstr ""
37073704msgid "emacs-like key binds"
37083705msgstr ""
37093706
3707+ msgid "execute readline function"
3708+ msgstr ""
3709+
37103710msgid "fish_git_prompt helper, checks char variables"
37113711msgstr ""
37123712
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ complete -c commandline -s t -l current-token -d "Select token under cursor"
1111complete -c commandline -s b -l current-buffer -d "Select entire command line (default)"
1212
1313complete -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 "
1515complete -c commandline -s x -l tokens-expanded -d "Print a list of expanded tokens"
1616
1717complete -c commandline -s I -l input -d "Specify command to operate on"
You can’t perform that action at this time.
0 commit comments