add VarDocs for COMPLETIONS_BRACKETS

This commit is contained in:
Gil Forsyth 2016-08-23 19:29:32 -04:00
parent 2f96365257
commit 9c40c230e0

View file

@ -379,6 +379,9 @@ def DEFAULT_DOCS():
'with Bash, xonsh always prefer an existing relative path.'), 'with Bash, xonsh always prefer an existing relative path.'),
'COLOR_INPUT': VarDocs('Flag for syntax highlighting interactive input.'), 'COLOR_INPUT': VarDocs('Flag for syntax highlighting interactive input.'),
'COLOR_RESULTS': VarDocs('Flag for syntax highlighting return values.'), 'COLOR_RESULTS': VarDocs('Flag for syntax highlighting return values.'),
'COMPLETIONS_BRACKETS': VarDocs(
'Flag to enable/disable inclusion of square brackets and parentheses '
'in Python attribute completions.', default='True'),
'COMPLETIONS_DISPLAY': VarDocs( 'COMPLETIONS_DISPLAY': VarDocs(
'Configure if and how Python completions are displayed by the ' 'Configure if and how Python completions are displayed by the '
'prompt_toolkit shell.\n\nThis option does not affect Bash ' 'prompt_toolkit shell.\n\nThis option does not affect Bash '