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
@@ -1398,8 +1398,7 @@ A jump table for the options with a short description can be found at |Q_op|.
13981398 written
13991399 nowrite buffer which will not be written
14001400 acwrite buffer which will always be written with BufWriteCmd
1401- autocommands. {not available when compiled without the
1402- | +autocmd | feature}
1401+ autocommands.
14031402 quickfix quickfix buffer, contains list of errors | :cwindow |
14041403 or list of locations | :lwindow |
14051404 help help buffer (you are not supposed to set this
@@ -2489,8 +2488,6 @@ A jump table for the options with a short description can be found at |Q_op|.
24892488'cursorbind' 'crb' boolean (default off)
24902489 local to window
24912490 {not in Vi}
2492- {not available when compiled without the | +cursorbind |
2493- feature}
24942491 When this option is set, as the cursor in the current
24952492 window moves other cursorbound windows (windows that also have
24962493 this option set) move their cursors to the corresponding line and
@@ -2941,8 +2938,6 @@ A jump table for the options with a short description can be found at |Q_op|.
29412938'eventignore' 'ei' string (default "")
29422939 global
29432940 {not in Vi}
2944- {not available when compiled without the | +autocmd |
2945- feature}
29462941 A list of autocommand event names, which are to be ignored.
29472942 When set to "all" or when "all" is one of the items, all autocommand
29482943 events are ignored, autocommands will not be executed.
@@ -3191,8 +3186,6 @@ A jump table for the options with a short description can be found at |Q_op|.
31913186'filetype' 'ft' string (default: "")
31923187 local to buffer
31933188 {not in Vi}
3194- {not available when compiled without the | +autocmd |
3195- feature}
31963189 When this option is set, the FileType autocommand event is triggered.
31973190 All autocommands that match with the value of this option will be
31983191 executed. Thus the value of 'filetype' is used in place of the file
@@ -5495,6 +5488,8 @@ A jump table for the options with a short description can be found at |Q_op|.
54955488 an explanation.
54965489 When 'buftype' is "nowrite" or "nofile" this option may be set, but
54975490 will be ignored.
5491+ Note that the text may actually be the same, e.g. 'modified' is set
5492+ when using "rA" on an "A".
54985493
54995494 *'more'* *'nomore'*
55005495'more' boolean (Vim default: on, Vi default: off)
@@ -5583,6 +5578,8 @@ A jump table for the options with a short description can be found at |Q_op|.
55835578
55845579 In the "popup" model the right mouse button produces a pop-up menu.
55855580 You need to define this first, see | popup-menu | .
5581+ In a terminal the popup menu works if Vim is compiled with the
5582+ | +insert_expand | option.
55865583
55875584 Note that you can further refine the meaning of buttons with mappings.
55885585 See | gui-mouse-mapping | . But mappings are NOT used for modeless
@@ -6602,6 +6599,8 @@ A jump table for the options with a short description can be found at |Q_op|.
66026599 to find files which replace a distributed runtime files. You can put
66036600 a directory after $VIMRUNTIME to find files which add to distributed
66046601 runtime files.
6602+ When Vim is started with | --clean | the home directory entries are not
6603+ included.
66056604 This option cannot be set from a | modeline | or in the | sandbox | , for
66066605 security reasons.
66076606
@@ -6620,8 +6619,6 @@ A jump table for the options with a short description can be found at |Q_op|.
66206619'scrollbind' 'scb' boolean (default off)
66216620 local to window
66226621 {not in Vi}
6623- {not available when compiled without the | +scrollbind |
6624- feature}
66256622 See also | scroll-binding | . When this option is set, the current
66266623 window scrolls as other scrollbind windows (windows that also have
66276624 this option set) scroll. This option is useful for viewing the
@@ -6659,8 +6656,6 @@ A jump table for the options with a short description can be found at |Q_op|.
66596656 *'scrollopt'* *'sbo'*
66606657'scrollopt' 'sbo' string (default "ver,jump")
66616658 global
6662- {not available when compiled without the | +scrollbind |
6663- feature}
66646659 {not in Vi}
66656660 This is a comma-separated list of words that specifies how
66666661 'scrollbind' windows should behave. 'sbo' stands for ScrollBind
@@ -6750,7 +6745,7 @@ A jump table for the options with a short description can be found at |Q_op|.
67506745
67516746 *'sessionoptions'* *'ssop'*
67526747'sessionoptions' 'ssop' string (default: "blank,buffers,curdir,folds,
6753- help,options,tabpages,winsize")
6748+ help,options,tabpages,winsize,terminal ")
67546749 global
67556750 {not in Vi}
67566751 {not available when compiled without the | +mksession |
@@ -6782,6 +6777,7 @@ A jump table for the options with a short description can be found at |Q_op|.
67826777 tabpages all tab pages; without this only the current tab page
67836778 is restored, so that you can make a session for each
67846779 tab page separately
6780+ terminal include terminal windows where the command can be restored
67856781 unix with Unix end-of-line format (single <NL> ), even when
67866782 on Windows or DOS
67876783 winpos position of the whole Vim window
@@ -7577,7 +7573,6 @@ A jump table for the options with a short description can be found at |Q_op|.
75777573 W F Preview window flag, text is ",PRV".
75787574 y F Type of file in the buffer, e.g., "[vim]". See 'filetype' .
75797575 Y F Type of file in the buffer, e.g., ",VIM". See 'filetype' .
7580- {not available when compiled without | +autocmd | feature}
75817576 q S "[Quickfix List]", "[Location List]" or empty.
75827577 k S Value of "b:keymap_name" or 'keymap' when | :lmap | mappings are
75837578 being used: "<keymap> "
0 commit comments