From 9867c4091e71e6ed69889a9bfaee07275d2fa04e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 19 Aug 1999 11:18:05 +0000 Subject: manual/7448 --- Completion/Core/_main_complete | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Completion/Core/_main_complete') diff --git a/Completion/Core/_main_complete b/Completion/Core/_main_complete index 4ac45d2cc..6e84818ee 100644 --- a/Completion/Core/_main_complete +++ b/Completion/Core/_main_complete @@ -22,6 +22,24 @@ # last_prompt # If this is set to `always' the cursor is moved up to the last prompt # after printing a list even if a numeric argument was given. +# +# +# Also, most completion functions use the configuration keys: +# +# description_format +# If this is set to a non-empty string, it will be displayed above +# all matches generated. The sequence `%d' in this string is replaced +# by a short description of what is completed in the current position +# of the command line. +# +# message_format +# Like `description_format', but used in places where no completions +# can automatically be generated but the completion system still wants +# to give a hint what is expected in that position. +# +# group_matches +# If this is set to a non-empty string, different types of matches will +# be put in different groups. # If you want to complete only set or unset options for the unsetopt -- cgit 1.4.1