comparison runtime/doc/options.txt @ 30643:dfb02f9dcbe8 v9.0.0656

patch 9.0.0656: cannot specify another character to use instead of '@' Commit: https://github.com/vim/vim/commit/4ba5f1dab656103e8f4a4505452d1816b9e83c1e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 4 14:36:29 2022 +0100 patch 9.0.0656: cannot specify another character to use instead of '@' Problem: Cannot specify another character to use instead of '@' at the end of the window. Solution: Add "lastline" to 'fillchars'. (Martin Tournoij, closes #11264, closes #10963)
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Oct 2022 15:45:03 +0200
parents f68f43043842
children 442a574ffae3
comparison
equal deleted inserted replaced
30642:9f3422ba87ca 30643:dfb02f9dcbe8
2954 instead of using ^C and ~C. 2954 instead of using ^C and ~C.
2955 2955
2956 When neither "lastline" nor "truncate" is included, a last line that 2956 When neither "lastline" nor "truncate" is included, a last line that
2957 doesn't fit is replaced with "@" lines. 2957 doesn't fit is replaced with "@" lines.
2958 2958
2959 The "@" character can be changed by setting the "lastline" item in
2960 'fillchars'. The character is highlighted with |hl-NonText|.
2961
2959 *'eadirection'* *'ead'* 2962 *'eadirection'* *'ead'*
2960 'eadirection' 'ead' string (default "both") 2963 'eadirection' 'ead' string (default "both")
2961 global 2964 global
2962 Tells when the 'equalalways' option applies: 2965 Tells when the 'equalalways' option applies:
2963 ver vertically, width of windows is not affected 2966 ver vertically, width of windows is not affected
3418 foldopen '-' mark the beginning of a fold 3421 foldopen '-' mark the beginning of a fold
3419 foldclose '+' show a closed fold 3422 foldclose '+' show a closed fold
3420 foldsep '|' open fold middle character 3423 foldsep '|' open fold middle character
3421 diff '-' deleted lines of the 'diff' option 3424 diff '-' deleted lines of the 'diff' option
3422 eob '~' empty lines below the end of a buffer 3425 eob '~' empty lines below the end of a buffer
3426 lastline '@' 'display' contains lastline/truncate
3423 3427
3424 Any one that is omitted will fall back to the default. For "stl" and 3428 Any one that is omitted will fall back to the default. For "stl" and
3425 "stlnc" the space will be used when there is highlighting, '^' or '=' 3429 "stlnc" the space will be used when there is highlighting, '^' or '='
3426 otherwise. 3430 otherwise.
3427 3431
3440 stlnc StatusLineNC |hl-StatusLineNC| 3444 stlnc StatusLineNC |hl-StatusLineNC|
3441 vert VertSplit |hl-VertSplit| 3445 vert VertSplit |hl-VertSplit|
3442 fold Folded |hl-Folded| 3446 fold Folded |hl-Folded|
3443 diff DiffDelete |hl-DiffDelete| 3447 diff DiffDelete |hl-DiffDelete|
3444 eob EndOfBuffer |hl-EndOfBuffer| 3448 eob EndOfBuffer |hl-EndOfBuffer|
3449 lastline NonText |hl-NonText|
3445 3450
3446 *'fixendofline'* *'fixeol'* *'nofixendofline'* *'nofixeol'* 3451 *'fixendofline'* *'fixeol'* *'nofixendofline'* *'nofixeol'*
3447 'fixendofline' 'fixeol' boolean (default on) 3452 'fixendofline' 'fixeol' boolean (default on)
3448 local to buffer 3453 local to buffer
3449 When writing a file and this option is on, <EOL> at the end of file 3454 When writing a file and this option is on, <EOL> at the end of file