summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-27 23:26:04 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-27 23:26:04 +0200
commitad9c2a08f0509294269a2f11a59a438b944bdd5a (patch)
tree9796774e9cb412eda491592a714801042e4f9e6a /runtime
parentadfc5c2f9cf8032e496fcd4793d829768bd6d0a7 (diff)
patch 7.4.2109v7.4.2109
Problem: Setting 'display' to "lastline" is a drastic change, while omitting it results in lots of "@" lines. Solution: Add "truncate" to show "@@@" for a truncated line.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index ea247e2891..bfa806843d 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -2623,11 +2623,17 @@ A jump table for the options with a short description can be found at |Q_op|.
Change the way text is displayed. This is comma separated list of
flags:
lastline When included, as much as possible of the last line
- in a window will be displayed. When not included, a
- last line that doesn't fit is replaced with "@" lines.
+ in a window will be displayed. "@@@" is put in the
+ last columns of the last screen line to indicate the
+ rest of the line is not displayed.
+ truncate Like "lastline", but "@@@" is displayed in the first
+ column of the last screen line. Overrules "lastline".
uhex Show unprintable characters hexadecimal as <xx>
instead of using ^C and ~C.
+ When neither "lastline" or "truncate" is included, a last line that
+ doesn't fit is replaced with "@" lines.
+
*'eadirection'* *'ead'*
'eadirection' 'ead' string (default "both")
global