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:
@@ -1479,7 +1479,7 @@ A jump table for the options with a short description can be found at |Q_op|.
14791479
14801480 *'bufhidden'* *'bh'*
14811481'bufhidden' 'bh' string (default: "")
1482- local to buffer | special- local-buffer-option |
1482+ local to buffer | local-noglobal |
14831483 This option specifies what happens when a buffer is no longer
14841484 displayed in a window:
14851485 <empty> follow the global 'hidden' option
@@ -1511,7 +1511,7 @@ A jump table for the options with a short description can be found at |Q_op|.
15111511
15121512 *'buftype'* *'bt'* *E382*
15131513'buftype' 'bt' string (default: "")
1514- local to buffer | special- local-buffer-option |
1514+ local to buffer | local-noglobal |
15151515 The value of this option specifies the type of a buffer:
15161516 <empty> normal buffer
15171517 nofile buffer which is not related to a file and will not be
@@ -3448,7 +3448,7 @@ A jump table for the options with a short description can be found at |Q_op|.
34483448
34493449 *'filetype'* *'ft'*
34503450'filetype' 'ft' string (default: "")
3451- local to buffer | special- local-buffer-option |
3451+ local to buffer | local-noglobal |
34523452 When this option is set, the FileType autocommand event is triggered.
34533453 All autocommands that match with the value of this option will be
34543454 executed. Thus the value of 'filetype' is used in place of the file
@@ -5719,7 +5719,7 @@ A jump table for the options with a short description can be found at |Q_op|.
57195719
57205720 *'modified'* *'mod'* *'nomodified'* *'nomod'*
57215721'modified' 'mod' boolean (default off)
5722- local to buffer | special- local-buffer-option |
5722+ local to buffer | local-noglobal |
57235723 When on, the buffer is considered to be modified. This option is set
57245724 when:
57255725 1. A change was made to the text since it was last written. Using the
@@ -6290,7 +6290,7 @@ A jump table for the options with a short description can be found at |Q_op|.
62906290 *'previewwindow'* *'nopreviewwindow'*
62916291 *'pvw'* *'nopvw'* *E590*
62926292'previewwindow' 'pvw' boolean (default off)
6293- local to window | special- local-window-option |
6293+ local to window | local-noglobal |
62946294 {not available when compiled without the | +quickfix |
62956295 feature}
62966296 Identifies the preview window. Only one window can have this option
@@ -6485,7 +6485,7 @@ A jump table for the options with a short description can be found at |Q_op|.
64856485
64866486 *'readonly'* *'ro'* *'noreadonly'* *'noro'*
64876487'readonly' 'ro' boolean (default off)
6488- local to buffer | special- local-buffer-option |
6488+ local to buffer | local-noglobal |
64896489 If on, writes fail unless you use a '!'. Protects you from
64906490 accidentally overwriting a file. Default on when Vim is started
64916491 in read-only mode ("vim -R") or when the executable is called "view".
@@ -6864,7 +6864,7 @@ A jump table for the options with a short description can be found at |Q_op|.
68646864
68656865 *'scroll'* *'scr'*
68666866'scroll' 'scr' number (default: half the window height)
6867- local to window | special- local-window-option |
6867+ local to window | local-noglobal |
68686868 Number of lines to scroll with CTRL-U and CTRL-D commands. Will be
68696869 set to half the number of lines in the window when the window size
68706870 changes. This may happen when enabling the | status-line | or
@@ -8126,7 +8126,7 @@ A jump table for the options with a short description can be found at |Q_op|.
81268126
81278127 *'syntax'* *'syn'*
81288128'syntax' 'syn' string (default empty)
8129- local to buffer | special- local-buffer-option |
8129+ local to buffer | local-noglobal |
81308130 {not available when compiled without the | +syntax |
81318131 feature}
81328132 When this option is set, the syntax with this name is loaded, unless
@@ -9587,15 +9587,15 @@ A jump table for the options with a short description can be found at |Q_op|.
95879587
95889588 *'winfixheight'* *'wfh'* *'nowinfixheight'* *'nowfh'*
95899589'winfixheight' 'wfh' boolean (default off)
9590- local to window | special- local-window-option |
9590+ local to window | local-noglobal |
95919591 Keep the window height when windows are opened or closed and
95929592 'equalalways' is set. Also for | CTRL-W_= | . Set by default for the
95939593 | preview-window | and | quickfix-window | .
95949594 The height may be changed anyway when running out of room.
95959595
95969596 *'winfixwidth'* *'wfw'* *'nowinfixwidth'* *'nowfw'*
95979597'winfixwidth' 'wfw' boolean (default off)
9598- local to window | special- local-window-option |
9598+ local to window | local-noglobal |
95999599 Keep the window width when windows are opened or closed and
96009600 'equalalways' is set. Also for | CTRL-W_= | .
96019601 The width may be changed anyway when running out of room.
0 commit comments