diff options
Diffstat (limited to 'docs/settingchanges.rst')
| -rw-r--r-- | docs/settingchanges.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/settingchanges.rst b/docs/settingchanges.rst index d09543d6..326db3f5 100644 --- a/docs/settingchanges.rst +++ b/docs/settingchanges.rst @@ -103,7 +103,7 @@ comments, is viewable from within a running application with:: (Cmd) set --long - abbrev: True # Accept abbreviated commands + abbrev: False # Accept abbreviated commands autorun_on_edit: False # Automatically run files after editing colors: True # Colorized output (*nix only) continuation_prompt: > # On 2nd+ line of input @@ -118,5 +118,5 @@ with:: Any of these user-settable parameters can be set while running your app with the ``set`` command like so:: - set abbrev False + set abbrev True |
