1- *options.txt* For Vim version 9.0. Last change: 2023 Jun 02
1+ *options.txt* For Vim version 9.0. Last change: 2023 Aug 15
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -303,7 +303,7 @@ The options local to a window are remembered for each buffer. This also
303303happens when the buffer is not loaded, but they are lost when the buffer is
304304wiped out | :bwipe | .
305305
306- Special local window options *special- local-window-option *
306+ Special local window options *local-noglobal *
307307
308308The following local window options won't be copied over when new windows are
309309created, thus they behave slightly differently:
@@ -314,7 +314,7 @@ created, thus they behave slightly differently:
314314 'winfixheight' specific to existing window
315315 'winfixwidth' specific to existing window
316316
317- Special local buffer options *special-local-buffer-option*
317+ Special local buffer options
318318
319319The following local buffer options won't be copied over when new buffers are
320320created, thus they behave slightly differently:
@@ -1474,7 +1474,7 @@ A jump table for the options with a short description can be found at |Q_op|.
14741474
14751475 *'bufhidden'* *'bh'*
14761476'bufhidden' 'bh' string (default: "")
1477- local to buffer | special- local-buffer-option |
1477+ local to buffer | local-noglobal |
14781478 This option specifies what happens when a buffer is no longer
14791479 displayed in a window:
14801480 <empty> follow the global 'hidden' option
@@ -1506,7 +1506,7 @@ A jump table for the options with a short description can be found at |Q_op|.
15061506
15071507 *'buftype'* *'bt'* *E382*
15081508'buftype' 'bt' string (default: "")
1509- local to buffer | special- local-buffer-option |
1509+ local to buffer | local-noglobal |
15101510 The value of this option specifies the type of a buffer:
15111511 <empty> normal buffer
15121512 nofile buffer which is not related to a file and will not be
@@ -3433,7 +3433,7 @@ A jump table for the options with a short description can be found at |Q_op|.
34333433
34343434 *'filetype'* *'ft'*
34353435'filetype' 'ft' string (default: "")
3436- local to buffer | special- local-buffer-option |
3436+ local to buffer | local-noglobal |
34373437 When this option is set, the FileType autocommand event is triggered.
34383438 All autocommands that match with the value of this option will be
34393439 executed. Thus the value of 'filetype' is used in place of the file
@@ -5590,7 +5590,7 @@ A jump table for the options with a short description can be found at |Q_op|.
55905590
55915591 *'modified'* *'mod'* *'nomodified'* *'nomod'*
55925592'modified' 'mod' boolean (default off)
5593- local to buffer | special- local-buffer-option |
5593+ local to buffer | local-noglobal |
55945594 When on, the buffer is considered to be modified. This option is set
55955595 when:
55965596 1. A change was made to the text since it was last written. Using the
@@ -6161,7 +6161,7 @@ A jump table for the options with a short description can be found at |Q_op|.
61616161 *'previewwindow'* *'nopreviewwindow'*
61626162 *'pvw'* *'nopvw'* *E590*
61636163'previewwindow' 'pvw' boolean (default off)
6164- local to window | special- local-window-option |
6164+ local to window | local-noglobal |
61656165 {not available when compiled without the | +quickfix |
61666166 feature}
61676167 Identifies the preview window. Only one window can have this option
@@ -6356,7 +6356,7 @@ A jump table for the options with a short description can be found at |Q_op|.
63566356
63576357 *'readonly'* *'ro'* *'noreadonly'* *'noro'*
63586358'readonly' 'ro' boolean (default off)
6359- local to buffer | special- local-buffer-option |
6359+ local to buffer | local-noglobal |
63606360 If on, writes fail unless you use a '!'. Protects you from
63616361 accidentally overwriting a file. Default on when Vim is started
63626362 in read-only mode ("vim -R") or when the executable is called "view".
@@ -6735,7 +6735,7 @@ A jump table for the options with a short description can be found at |Q_op|.
67356735
67366736 *'scroll'* *'scr'*
67376737'scroll' 'scr' number (default: half the window height)
6738- local to window | special- local-window-option |
6738+ local to window | local-noglobal |
67396739 Number of lines to scroll with CTRL-U and CTRL-D commands. Will be
67406740 set to half the number of lines in the window when the window size
67416741 changes. This may happen when enabling the | status-line | or
@@ -7997,7 +7997,7 @@ A jump table for the options with a short description can be found at |Q_op|.
79977997
79987998 *'syntax'* *'syn'*
79997999'syntax' 'syn' string (default empty)
8000- local to buffer | special- local-buffer-option |
8000+ local to buffer | local-noglobal |
80018001 {not available when compiled without the | +syntax |
80028002 feature}
80038003 When this option is set, the syntax with this name is loaded, unless
@@ -9445,15 +9445,15 @@ A jump table for the options with a short description can be found at |Q_op|.
94459445
94469446 *'winfixheight'* *'wfh'* *'nowinfixheight'* *'nowfh'*
94479447'winfixheight' 'wfh' boolean (default off)
9448- local to window | special- local-window-option |
9448+ local to window | local-noglobal |
94499449 Keep the window height when windows are opened or closed and
94509450 'equalalways' is set. Also for | CTRL-W_= | . Set by default for the
94519451 | preview-window | and | quickfix-window | .
94529452 The height may be changed anyway when running out of room.
94539453
94549454 *'winfixwidth'* *'wfw'* *'nowinfixwidth'* *'nowfw'*
94559455'winfixwidth' 'wfw' boolean (default off)
9456- local to window | special- local-window-option |
9456+ local to window | local-noglobal |
94579457 Keep the window width when windows are opened or closed and
94589458 'equalalways' is set. Also for | CTRL-W_= | .
94599459 The width may be changed anyway when running out of room.
0 commit comments