comparison runtime/doc/options.txt @ 25056:43593a5d873f

Update runtime files Commit: https://github.com/vim/vim/commit/4d8f476176eadfc745bcb8e143460029048f858d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 27 15:18:56 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Jun 2021 15:30:05 +0200
parents 7e9e53a0368f
children 0ce24f734615
comparison
equal deleted inserted replaced
25055:960fe9bef317 25056:43593a5d873f
1 *options.txt* For Vim version 8.2. Last change: 2021 May 31 1 *options.txt* For Vim version 8.2. Last change: 2021 Jun 20
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
5610 When the 'paste' option is switched on (also when it was already on): 5610 When the 'paste' option is switched on (also when it was already on):
5611 - mapping in Insert mode and Command-line mode is disabled 5611 - mapping in Insert mode and Command-line mode is disabled
5612 - abbreviations are disabled 5612 - abbreviations are disabled
5613 - 'autoindent' is reset 5613 - 'autoindent' is reset
5614 - 'expandtab' is reset 5614 - 'expandtab' is reset
5615 - 'formatoptions' is used like it is empty 5615 - 'hkmap' is reset
5616 - 'revins' is reset 5616 - 'revins' is reset
5617 - 'ruler' is reset 5617 - 'ruler' is reset
5618 - 'showmatch' is reset 5618 - 'showmatch' is reset
5619 - 'smartindent' is reset
5620 - 'smarttab' is reset 5619 - 'smarttab' is reset
5621 - 'softtabstop' is set to 0 5620 - 'softtabstop' is set to 0
5622 - 'textwidth' is set to 0 5621 - 'textwidth' is set to 0
5623 - 'wrapmargin' is set to 0 5622 - 'wrapmargin' is set to 0
5623 - 'varsofttabstop' is made empty
5624 These options keep their value, but their effect is disabled: 5624 These options keep their value, but their effect is disabled:
5625 - 'cindent' 5625 - 'cindent'
5626 - 'formatoptions' is used like it is empty
5626 - 'indentexpr' 5627 - 'indentexpr'
5627 - 'lisp' 5628 - 'lisp'
5629 - 'smartindent'
5628 NOTE: When you start editing another file while the 'paste' option is 5630 NOTE: When you start editing another file while the 'paste' option is
5629 on, settings from the modelines or autocommands may change the 5631 on, settings from the modelines or autocommands may change the
5630 settings again, causing trouble when pasting text. You might want to 5632 settings again, causing trouble when pasting text. You might want to
5631 set the 'paste' option again. 5633 set the 'paste' option again.
5632 When the 'paste' option is reset the mentioned options are restored to 5634 When the 'paste' option is reset the mentioned options are restored to