diff options
author | Michael Ennen <brcolow@users.noreply.github.com> | 2016-10-25 12:15:43 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-10-25 21:15:43 +0200 |
commit | 0f32088ea23fbbe9557c89a9e075f2e9b9e158a4 (patch) | |
tree | bce831ea109473b7e324bf6bd156e317c4336699 /runtime | |
parent | e828a5a76b097885ebd40d636e9ea95251b2995d (diff) | |
download | rneovim-0f32088ea23fbbe9557c89a9e075f2e9b9e158a4.tar.gz rneovim-0f32088ea23fbbe9557c89a9e075f2e9b9e158a4.tar.bz2 rneovim-0f32088ea23fbbe9557c89a9e075f2e9b9e158a4.zip |
vim-patch:7.4.2109 (#5518)
vim-patch:7.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.
https://github.com/vim/vim/commit/ad9c2a08f0509294269a2f11a59a438b944bdd5a
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index fb886f34ac..fd2d5232ac 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2110,11 +2110,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 |