diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-16 20:46:45 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-16 20:46:45 +0100 |
commit | bfa34fb4863ff60f3274e05b82d745b1c2aad37d (patch) | |
tree | b17e92a9899aade9e3fbe351cb241ddf731c18e3 | |
parent | 5c294271cd240db42e643149a065d89411a67443 (diff) | |
download | sciteco-bfa34fb4863ff60f3274e05b82d745b1c2aad37d.tar.gz |
minor README.md fix
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ Some of these features are not yet present but expected to be supported in the n the command stream * Many TECO-11 features, like that most commands have a colon-modified form, string-building characters, exotic match characters -* Interactivity: supports filename completion via immediate editing commands (e.g. <TAB> in +* Interactivity: supports filename completion via immediate editing commands (e.g. `<TAB>` in commands accepting filenames); immediate searching (similar to search-as-you-type) * Command rubout: SciTECO can even undo file writes (`EF` command) * Munging: Macros may be munged, that is executed in batch mode. By default, a profile |