diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/scripts/nested.txt | 3 | ||||
-rw-r--r-- | examples/transcript_regex.txt | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/examples/scripts/nested.txt b/examples/scripts/nested.txt new file mode 100644 index 00000000..9ec26160 --- /dev/null +++ b/examples/scripts/nested.txt @@ -0,0 +1,3 @@ +!echo "Doing a relative load" +_relative_load script.txt + diff --git a/examples/transcript_regex.txt b/examples/transcript_regex.txt index b8e0e654..61bd8838 100644 --- a/examples/transcript_regex.txt +++ b/examples/transcript_regex.txt @@ -2,12 +2,11 @@ # The regex for editor matches any word until first space. The one for colors is because no color on Windows. (Cmd) set abbrev: True -autorun_on_edit: True +autorun_on_edit: False case_insensitive: True colors: /(True|False)/ continuation_prompt: > debug: False -default_file_name: command.txt echo: False editor: /([^\s]+)/ feedback_to_output: False |