1- *options.txt* For Vim version 8.0. Last change: 2018 Feb 25
1+ *options.txt* For Vim version 8.0. Last change: 2018 Mar 09
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -402,8 +402,8 @@ Setting the filetype
402402 used to set the option value in, unless this is a help
403403 window, in which case the window below help window is
404404 used (skipping the option-window).
405- {not available when compiled without the | +eval | or
406- | +autocmd | features }
405+ {not available when compiled without the | +eval |
406+ feature }
407407
408408 *$HOME*
409409Using "~" is like using "$HOME", but it is only recognized at the start of an
@@ -1385,8 +1385,7 @@ A jump table for the options with a short description can be found at |Q_op|.
13851385 written
13861386 nowrite buffer which will not be written
13871387 acwrite buffer which will always be written with BufWriteCmd
1388- autocommands. {not available when compiled without the
1389- | +autocmd | feature}
1388+ autocommands.
13901389 quickfix quickfix buffer, contains list of errors | :cwindow |
13911390 or list of locations | :lwindow |
13921391 help help buffer (you are not supposed to set this
@@ -2466,8 +2465,6 @@ A jump table for the options with a short description can be found at |Q_op|.
24662465'cursorbind' 'crb' boolean (default off)
24672466 local to window
24682467 {not in Vi}
2469- {not available when compiled without the | +cursorbind |
2470- feature}
24712468 When this option is set, as the cursor in the current
24722469 window moves other cursorbound windows (windows that also have
24732470 this option set) move their cursors to the corresponding line and
@@ -2918,8 +2915,6 @@ A jump table for the options with a short description can be found at |Q_op|.
29182915'eventignore' 'ei' string (default "")
29192916 global
29202917 {not in Vi}
2921- {not available when compiled without the | +autocmd |
2922- feature}
29232918 A list of autocommand event names, which are to be ignored.
29242919 When set to "all" or when "all" is one of the items, all autocommand
29252920 events are ignored, autocommands will not be executed.
@@ -3168,8 +3163,6 @@ A jump table for the options with a short description can be found at |Q_op|.
31683163'filetype' 'ft' string (default: "")
31693164 local to buffer
31703165 {not in Vi}
3171- {not available when compiled without the | +autocmd |
3172- feature}
31733166 When this option is set, the FileType autocommand event is triggered.
31743167 All autocommands that match with the value of this option will be
31753168 executed. Thus the value of 'filetype' is used in place of the file
@@ -5334,6 +5327,8 @@ A jump table for the options with a short description can be found at |Q_op|.
53345327 an explanation.
53355328 When 'buftype' is "nowrite" or "nofile" this option may be set, but
53365329 will be ignored.
5330+ Note that the text may actually be the same, e.g. 'modified' is set
5331+ when using "rA" on an "A".
53375332
53385333 *'more'* *'nomore'*
53395334'more' boolean (Vim default: on, Vi default: off)
@@ -5422,6 +5417,8 @@ A jump table for the options with a short description can be found at |Q_op|.
54225417
54235418 In the "popup" model the right mouse button produces a pop-up menu.
54245419 You need to define this first, see | popup-menu | .
5420+ In a terminal the popup menu works if Vim is compiled with the
5421+ | +insert_expand | option.
54255422
54265423 Note that you can further refine the meaning of buttons with mappings.
54275424 See | gui-mouse-mapping | . But mappings are NOT used for modeless
@@ -6441,6 +6438,8 @@ A jump table for the options with a short description can be found at |Q_op|.
64416438 to find files which replace a distributed runtime files. You can put
64426439 a directory after $VIMRUNTIME to find files which add to distributed
64436440 runtime files.
6441+ When Vim is started with | --clean | the home directory entries are not
6442+ included.
64446443 This option cannot be set from a | modeline | or in the | sandbox | , for
64456444 security reasons.
64466445
@@ -6459,8 +6458,6 @@ A jump table for the options with a short description can be found at |Q_op|.
64596458'scrollbind' 'scb' boolean (default off)
64606459 local to window
64616460 {not in Vi}
6462- {not available when compiled without the | +scrollbind |
6463- feature}
64646461 See also | scroll-binding | . When this option is set, the current
64656462 window scrolls as other scrollbind windows (windows that also have
64666463 this option set) scroll. This option is useful for viewing the
@@ -6498,8 +6495,6 @@ A jump table for the options with a short description can be found at |Q_op|.
64986495 *'scrollopt'* *'sbo'*
64996496'scrollopt' 'sbo' string (default "ver,jump")
65006497 global
6501- {not available when compiled without the | +scrollbind |
6502- feature}
65036498 {not in Vi}
65046499 This is a comma-separated list of words that specifies how
65056500 'scrollbind' windows should behave. 'sbo' stands for ScrollBind
@@ -6589,7 +6584,7 @@ A jump table for the options with a short description can be found at |Q_op|.
65896584
65906585 *'sessionoptions'* *'ssop'*
65916586'sessionoptions' 'ssop' string (default: "blank,buffers,curdir,folds,
6592- help,options,tabpages,winsize")
6587+ help,options,tabpages,winsize,terminal ")
65936588 global
65946589 {not in Vi}
65956590 {not available when compiled without the | +mksession |
@@ -6621,6 +6616,7 @@ A jump table for the options with a short description can be found at |Q_op|.
66216616 tabpages all tab pages; without this only the current tab page
66226617 is restored, so that you can make a session for each
66236618 tab page separately
6619+ terminal include terminal windows where the command can be restored
66246620 unix with Unix end-of-line format (single <NL> ), even when
66256621 on Windows or DOS
66266622 winpos position of the whole Vim window
@@ -7416,7 +7412,6 @@ A jump table for the options with a short description can be found at |Q_op|.
74167412 W F Preview window flag, text is ",PRV".
74177413 y F Type of file in the buffer, e.g., "[vim]". See 'filetype' .
74187414 Y F Type of file in the buffer, e.g., ",VIM". See 'filetype' .
7419- {not available when compiled without | +autocmd | feature}
74207415 q S "[Quickfix List]", "[Location List]" or empty.
74217416 k S Value of "b:keymap_name" or 'keymap' when | :lmap | mappings are
74227417 being used: "<keymap> "
0 commit comments