summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-07-02 20:00:47 +0200
committerBram Moolenaar <Bram@vim.org>2014-07-02 20:00:47 +0200
commit86b17e914fec6efd3f042090ef9960c35672519c (patch)
tree29506b14ab04f6cef5ae5294ec5bee805c7406fe /runtime
parentee739b42c08e15bc9dfa5021f7123b4571287720 (diff)
updated for version 7.4.353v7.4.353
Problem: 'breakindent' doesn't work with the 'list' option. Solution: Make it work. (Christian Brabandt)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 20391406fe..e1e1154a03 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1217,15 +1217,15 @@ A jump table for the options with a short description can be found at |Q_op|.
{not available when compiled without the |+linebreak|
feature}
Settings for 'breakindent'. It can consist of the following optional
- items and must be seperated by a comma:
+ items and must be separated by a comma:
min:{n} Minimum text width that will be kept after
applying 'breakindent', even if the resulting
text should normally be narrower. This prevents
text indented almost to the right window border
occupying lot of vertical space when broken.
- shift:{n} After applying 'breakindent', wrapped line
- beginning will be shift by given number of
- characters. It permits dynamic French paragraph
+ shift:{n} After applying 'breakindent', the wrapped line's
+ beginning will be shifted by the given number of
+ characters. It permits dynamic French paragraph
indentation (negative) or emphasizing the line
continuation (positive).
sbr Display the 'showbreak' value before applying the
@@ -4613,7 +4613,7 @@ A jump table for the options with a short description can be found at |Q_op|.
it only affects the way the file is displayed, not its contents.
If 'breakindent' is set, line is visually indented. Then, the value
of 'showbreak' is used to put in front of wrapped lines. This option
- is not used when the 'wrap' option is off or 'list' is on.
+ is not used when the 'wrap' option is off.
Note that <Tab> characters after an <EOL> are mostly not displayed
with the right amount of white space.