diff options
Diffstat (limited to 'Master/texmf-dist/doc/context/third/vim/vim.txt')
-rw-r--r-- | Master/texmf-dist/doc/context/third/vim/vim.txt | 18 |
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 --------------- |