File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 7070~~~~
7171
7272If ``True ``, each command the user issues will be repeated to the screen before
73- it is executed. This is particularly useful when running scripts.
73+ it is executed. This is particularly useful when running scripts. This behavior
74+ does not occur when a running command at the prompt.
7475
7576
7677editor
@@ -104,7 +105,13 @@ Allow access to your application in one of the
104105max_completion_items
105106~~~~~~~~~~~~~~~~~~~~
106107
107- The maximum number of tab-completion items to display.
108+ Maximum number of CompletionItems to display during tab completion. A CompletionItem
109+ is a special kind of tab-completion hint which displays both a value and description
110+ and uses one line for each hint. Tab complete the ``set `` command for an example.
111+
112+ If the number of tab-completion hints exceeds ``max_completion_items ``, then they will
113+ be displayed in the typical columnized format and will not include the description text
114+ of the CompletionItem.
108115
109116
110117prompt
You can’t perform that action at this time.
0 commit comments