comparison runtime/doc/options.txt @ 29269:0fdf36de4018

Update runtime files Commit: https://github.com/vim/vim/commit/8cc5b559f70041361612b8a6a87922503b33baa6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 23 13:04:20 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jun 2022 14:15:04 +0200
parents c58baa6d6dda
children d314efe6447a
comparison
equal deleted inserted replaced
29268:4b53fd331519 29269:0fdf36de4018
1 *options.txt* For Vim version 8.2. Last change: 2022 Jun 07 1 *options.txt* For Vim version 8.2. Last change: 2022 Jun 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3400 Example: > 3400 Example: >
3401 :set fillchars=stl:^,stlnc:=,vert:\|,fold:-,diff:- 3401 :set fillchars=stl:^,stlnc:=,vert:\|,fold:-,diff:-
3402 < This is similar to the default, except that these characters will also 3402 < This is similar to the default, except that these characters will also
3403 be used when there is highlighting. 3403 be used when there is highlighting.
3404 3404
3405 For "stl" and "stlnc" single-byte and multibyte characters are 3405 For the "stl", "stlnc", "foldopen", "foldclose" and "foldsep" items
3406 supported. But double-width characters are not supported. 3406 single-byte and multibyte characters are supported. But double-width
3407 characters are not supported.
3407 3408
3408 The highlighting used for these items: 3409 The highlighting used for these items:
3409 item highlight group ~ 3410 item highlight group ~
3410 stl:c StatusLine |hl-StatusLine| 3411 stl:c StatusLine |hl-StatusLine|
3411 stlnc:c StatusLineNC |hl-StatusLineNC| 3412 stlnc:c StatusLineNC |hl-StatusLineNC|
4952 global 4953 global
4953 When this option is set, the screen will not be redrawn while 4954 When this option is set, the screen will not be redrawn while
4954 executing macros, registers and other commands that have not been 4955 executing macros, registers and other commands that have not been
4955 typed. Also, updating the window title is postponed. To force an 4956 typed. Also, updating the window title is postponed. To force an
4956 update use |:redraw|. 4957 update use |:redraw|.
4958 This may ocasionally cause display errors. It is only meant to be set
4959 termporarily when performaing an operation where redrawing may cause
4960 flickering or cause a slow down.
4957 4961
4958 *'linebreak'* *'lbr'* *'nolinebreak'* *'nolbr'* 4962 *'linebreak'* *'lbr'* *'nolinebreak'* *'nolbr'*
4959 'linebreak' 'lbr' boolean (default off) 4963 'linebreak' 'lbr' boolean (default off)
4960 local to window 4964 local to window
4961 {not available when compiled without the |+linebreak| 4965 {not available when compiled without the |+linebreak|