aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/sciteco.7.template12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template
index aa65c8b..53b5578 100644
--- a/doc/sciteco.7.template
+++ b/doc/sciteco.7.template
@@ -314,6 +314,16 @@ commands), complete beginning with the symbol, terminating fully
completed symbols with a comma.
T}
T{
+Indent to next tab stop
+T};9;^I, Tab;T{
+Text insertion arguments
+T};T{
+Expands to spaces so that following text is inserted
+at the next tab stop into the buffer.
+This takes Scintilla's indention policy into account
+and results in the same indention as the \fB^I\fP command.
+T}
+T{
Terminate command line
T};27;^[, Escape;T{
Immediately after regular command ^[
@@ -1156,7 +1166,7 @@ For instance the following macro inserts \fIn\fP tab characters
(one by default):
.EX
@^Ut{
- "~1'<@^I//>
+ "~1'<9@I//>
}
.EE
.TP