diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-19 21:43:39 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-20 06:07:33 +0100 |
commit | b804417f36ef398f1223e439fd5ac9f2ade046eb (patch) | |
tree | 5d19cde8c5f6bfe7c3e839661b90ee1f4f0bbca4 /teco.ini | |
parent | 3db5b1a40bf6b503b26827355f40033b1047a123 (diff) | |
download | sciteco-b804417f36ef398f1223e439fd5ac9f2ade046eb.tar.gz |
support special "{" alternate escape character: is only terminated by a matching *balanced* "}"
this eases writing nested macros
Diffstat (limited to 'teco.ini')
-rwxr-xr-x | teco.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ ! TECO.INI ! -@0/ +@0{ Oadd,edit,close,quit !add! [f[r[0[1[2 @@ -42,7 +42,7 @@ !quit! ! fall through ! -!end!/ +!end!} ED#32ED ! open all files specified on the commandline ! |