diff options
Diffstat (limited to 'docs/settingchanges.rst')
-rw-r--r-- | docs/settingchanges.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/settingchanges.rst b/docs/settingchanges.rst index 94849246..bdb5d186 100644 --- a/docs/settingchanges.rst +++ b/docs/settingchanges.rst @@ -104,12 +104,11 @@ with:: (Cmd) set --long abbrev: True # Accept abbreviated commands - autorun_on_edit: True # Automatically run files after editing + autorun_on_edit: False # Automatically run files after editing case_insensitive: True # upper- and lower-case both OK colors: True # Colorized output (*nix only) continuation_prompt: > # On 2nd+ line of input debug: False # Show full error stack on error - default_file_name: command.txt # for ``save``, ``load``, etc. echo: False # Echo command issued into output editor: vim # Program used by ``edit`` feedback_to_output: False # include nonessentials in `|`, `>` results |