summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-12 21:26:33 +0000
committerKarl Berry <karl@freefriends.org>2012-08-12 21:26:33 +0000
commitb85c86f188387b89e8bc9c5e596af5c974e0dd06 (patch)
treeaa13063542c19a2cc46bde5ba3d9f836a35c56da /Master/texmf-dist/doc/context
parent3e547890456317029a22cd3b906447bcccaa1232 (diff)
context-vim (12aug12)
git-svn-id: svn://tug.org/texlive/trunk@27374 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/context')
-rw-r--r--Master/texmf-dist/doc/context/third/vim/vim.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/context/third/vim/vim.txt b/Master/texmf-dist/doc/context/third/vim/vim.txt
index fe2f115bc90..5079c3058a1 100644
--- a/Master/texmf-dist/doc/context/third/vim/vim.txt
+++ b/Master/texmf-dist/doc/context/third/vim/vim.txt
@@ -353,6 +353,24 @@ set
The default value of `strip` is `no`.
+Adding left margin
+------------------
+
+By default, a `<vimtyping>` environment resets the left skip to `0pt`, so each
+line is aligned to the left edge. Use the `margin` key to change the left skip
+of each line:
+
+ \definevimtyping
+ [...]
+ [...
+ margin=<dimen>,
+ ...]
+
+where `<dimen>` is a valid TeX dimension.
+
+
+
+
Wrapping lines
---------------