diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/transcript_regex.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/transcript_regex.txt b/examples/transcript_regex.txt index 31e731a9..a310224b 100644 --- a/examples/transcript_regex.txt +++ b/examples/transcript_regex.txt @@ -1,6 +1,6 @@ # Run this transcript with "python example.py -t transcript_regex.txt" # The regex for colors is because no color on Windows. -# The regex for editor will match whatever program you use. +# The regex for editor will match whatever program you use. (Cmd) set abbrev: True autorun_on_edit: False @@ -9,7 +9,7 @@ continuation_prompt: > debug: False echo: False editor: /.*/ -feedback_to_output: True +feedback_to_output: False locals_in_py: True maxrepeats: 3 prompt: (Cmd) |
