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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -303,7 +303,7 @@ The options local to a window are remembered for each buffer. This also
303
303
happens when the buffer is not loaded, but they are lost when the buffer is
304
304
wiped out | :bwipe | .
305
305
306
- Special local window options *special- local-window-option *
306
+ Special local window options *local-noglobal *
307
307
308
308
The following local window options won't be copied over when new windows are
309
309
created, thus they behave slightly differently:
@@ -314,7 +314,7 @@ created, thus they behave slightly differently:
314
314
'winfixheight' specific to existing window
315
315
'winfixwidth' specific to existing window
316
316
317
- Special local buffer options *special-local-buffer-option*
317
+ Special local buffer options
318
318
319
319
The following local buffer options won't be copied over when new buffers are
320
320
created, 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|.
1474
1474
1475
1475
*'bufhidden'* *'bh'*
1476
1476
'bufhidden' 'bh' string (default: "")
1477
- local to buffer | special- local-buffer-option |
1477
+ local to buffer | local-noglobal |
1478
1478
This option specifies what happens when a buffer is no longer
1479
1479
displayed in a window:
1480
1480
<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|.
1506
1506
1507
1507
*'buftype'* *'bt'* *E382*
1508
1508
'buftype' 'bt' string (default: "")
1509
- local to buffer | special- local-buffer-option |
1509
+ local to buffer | local-noglobal |
1510
1510
The value of this option specifies the type of a buffer:
1511
1511
<empty> normal buffer
1512
1512
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|.
3433
3433
3434
3434
*'filetype'* *'ft'*
3435
3435
'filetype' 'ft' string (default: "")
3436
- local to buffer | special- local-buffer-option |
3436
+ local to buffer | local-noglobal |
3437
3437
When this option is set, the FileType autocommand event is triggered.
3438
3438
All autocommands that match with the value of this option will be
3439
3439
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|.
5590
5590
5591
5591
*'modified'* *'mod'* *'nomodified'* *'nomod'*
5592
5592
'modified' 'mod' boolean (default off)
5593
- local to buffer | special- local-buffer-option |
5593
+ local to buffer | local-noglobal |
5594
5594
When on, the buffer is considered to be modified. This option is set
5595
5595
when:
5596
5596
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|.
6161
6161
*'previewwindow'* *'nopreviewwindow'*
6162
6162
*'pvw'* *'nopvw'* *E590*
6163
6163
'previewwindow' 'pvw' boolean (default off)
6164
- local to window | special- local-window-option |
6164
+ local to window | local-noglobal |
6165
6165
{not available when compiled without the | +quickfix |
6166
6166
feature}
6167
6167
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|.
6356
6356
6357
6357
*'readonly'* *'ro'* *'noreadonly'* *'noro'*
6358
6358
'readonly' 'ro' boolean (default off)
6359
- local to buffer | special- local-buffer-option |
6359
+ local to buffer | local-noglobal |
6360
6360
If on, writes fail unless you use a '!'. Protects you from
6361
6361
accidentally overwriting a file. Default on when Vim is started
6362
6362
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|.
6735
6735
6736
6736
*'scroll'* *'scr'*
6737
6737
'scroll' 'scr' number (default: half the window height)
6738
- local to window | special- local-window-option |
6738
+ local to window | local-noglobal |
6739
6739
Number of lines to scroll with CTRL-U and CTRL-D commands. Will be
6740
6740
set to half the number of lines in the window when the window size
6741
6741
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|.
7997
7997
7998
7998
*'syntax'* *'syn'*
7999
7999
'syntax' 'syn' string (default empty)
8000
- local to buffer | special- local-buffer-option |
8000
+ local to buffer | local-noglobal |
8001
8001
{not available when compiled without the | +syntax |
8002
8002
feature}
8003
8003
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|.
9445
9445
9446
9446
*'winfixheight'* *'wfh'* *'nowinfixheight'* *'nowfh'*
9447
9447
'winfixheight' 'wfh' boolean (default off)
9448
- local to window | special- local-window-option |
9448
+ local to window | local-noglobal |
9449
9449
Keep the window height when windows are opened or closed and
9450
9450
'equalalways' is set. Also for | CTRL-W_= | . Set by default for the
9451
9451
| preview-window | and | quickfix-window | .
9452
9452
The height may be changed anyway when running out of room.
9453
9453
9454
9454
*'winfixwidth'* *'wfw'* *'nowinfixwidth'* *'nowfw'*
9455
9455
'winfixwidth' 'wfw' boolean (default off)
9456
- local to window | special- local-window-option |
9456
+ local to window | local-noglobal |
9457
9457
Keep the window width when windows are opened or closed and
9458
9458
'equalalways' is set. Also for | CTRL-W_= | .
9459
9459
The width may be changed anyway when running out of room.
0 commit comments