summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2022-01-15 10:01:05 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-15 10:01:05 +0000
commitc53b467473160b5cfce77277fbae414bf43e66ce (patch)
tree0b9c46f21daf65cd1dde027cbae993bcb7d0608f /runtime
parentece07639f4989a300276d66b13553c21a7435030 (diff)
patch 8.2.4093: cached breakindent values not initialized properlyv8.2.4093
Problem: Cached breakindent values not initialized properly. Solution: Initialize and cache formatlistpat. (Christian Brabandt, closes #9526, closes #9512)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index c7fbde64fd..65ed54f046 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1370,6 +1370,7 @@ A jump table for the options with a short description can be found at |Q_op|.
text should normally be narrower. This prevents
text indented almost to the right window border
occupying lot of vertical space when broken.
+ (default: 20)
shift:{n} After applying 'breakindent', the wrapped line's
beginning will be shifted by the given number of
characters. It permits dynamic French paragraph