diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-02 17:28:52 -0500 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-03-02 17:28:52 -0500 |
| commit | d0d98f0aea35fcd378fc93f02d8449030b1ba454 (patch) | |
| tree | ca2ac2a2852ebaeb9ec9e9543ae2ae1945850504 /examples/transcripts | |
| parent | 17781f27c49b961526c7e3a5302482744e6a038b (diff) | |
| download | cmd2-git-d0d98f0aea35fcd378fc93f02d8449030b1ba454.tar.gz | |
Removed abbrev attribute
Diffstat (limited to 'examples/transcripts')
| -rw-r--r-- | examples/transcripts/exampleSession.txt | 1 | ||||
| -rw-r--r-- | examples/transcripts/transcript_regex.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/transcripts/exampleSession.txt b/examples/transcripts/exampleSession.txt index 840bee60..1d1b3b79 100644 --- a/examples/transcripts/exampleSession.txt +++ b/examples/transcripts/exampleSession.txt @@ -3,7 +3,6 @@ # The regex for editor will match whatever program you use. # regexes on prompts just make the trailing space obvious (Cmd) set -abbrev: False colors: /(True|False)/ continuation_prompt: >/ / debug: False diff --git a/examples/transcripts/transcript_regex.txt b/examples/transcripts/transcript_regex.txt index 7d017dee..adf4d77e 100644 --- a/examples/transcripts/transcript_regex.txt +++ b/examples/transcripts/transcript_regex.txt @@ -3,7 +3,6 @@ # The regex for editor will match whatever program you use. # regexes on prompts just make the trailing space obvious (Cmd) set -abbrev: True colors: /(True|False)/ continuation_prompt: >/ / debug: False |
