comparison runtime/doc/options.txt @ 9665:b193bdb6ea25 v7.4.2109

commit https://github.com/vim/vim/commit/ad9c2a08f0509294269a2f11a59a438b944bdd5a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 27 23:26:04 2016 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Wed, 27 Jul 2016 23:30:05 +0200
parents 9f921133ee90
children 284b4eb307fc
comparison
equal deleted inserted replaced
9664:aba5d9a93af9 9665:b193bdb6ea25
2621 global 2621 global
2622 {not in Vi} 2622 {not in Vi}
2623 Change the way text is displayed. This is comma separated list of 2623 Change the way text is displayed. This is comma separated list of
2624 flags: 2624 flags:
2625 lastline When included, as much as possible of the last line 2625 lastline When included, as much as possible of the last line
2626 in a window will be displayed. When not included, a 2626 in a window will be displayed. "@@@" is put in the
2627 last line that doesn't fit is replaced with "@" lines. 2627 last columns of the last screen line to indicate the
2628 rest of the line is not displayed.
2629 truncate Like "lastline", but "@@@" is displayed in the first
2630 column of the last screen line. Overrules "lastline".
2628 uhex Show unprintable characters hexadecimal as <xx> 2631 uhex Show unprintable characters hexadecimal as <xx>
2629 instead of using ^C and ~C. 2632 instead of using ^C and ~C.
2633
2634 When neither "lastline" or "truncate" is included, a last line that
2635 doesn't fit is replaced with "@" lines.
2630 2636
2631 *'eadirection'* *'ead'* 2637 *'eadirection'* *'ead'*
2632 'eadirection' 'ead' string (default "both") 2638 'eadirection' 'ead' string (default "both")
2633 global 2639 global
2634 {not in Vi} 2640 {not in Vi}