comparison runtime/doc/options.txt @ 29274:d314efe6447a

Update runtime files Commit: https://github.com/vim/vim/commit/a57b553b432855667c9f26edfad95ccfdd24a6b7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 24 11:48:03 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Jun 2022 13:00:09 +0200
parents 0fdf36de4018
children dc4de65a7fb7
comparison
equal deleted inserted replaced
29273:e29819856cf4 29274:d314efe6447a
1 *options.txt* For Vim version 8.2. Last change: 2022 Jun 21 1 *options.txt* For Vim version 8.2. Last change: 2022 Jun 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4953 global 4953 global
4954 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
4955 executing macros, registers and other commands that have not been 4955 executing macros, registers and other commands that have not been
4956 typed. Also, updating the window title is postponed. To force an 4956 typed. Also, updating the window title is postponed. To force an
4957 update use |:redraw|. 4957 update use |:redraw|.
4958 This may ocasionally cause display errors. It is only meant to be set 4958 This may occasionally cause display errors. It is only meant to be set
4959 termporarily when performaing an operation where redrawing may cause 4959 temporarily when performing an operation where redrawing may cause
4960 flickering or cause a slow down. 4960 flickering or cause a slow down.
4961 4961
4962 *'linebreak'* *'lbr'* *'nolinebreak'* *'nolbr'* 4962 *'linebreak'* *'lbr'* *'nolinebreak'* *'nolbr'*
4963 'linebreak' 'lbr' boolean (default off) 4963 'linebreak' 'lbr' boolean (default off)
4964 local to window 4964 local to window