Lines Matching refs:option

85 Length of an expanded string option
104 The option 'maxmem' ('mm') is used to set the maximum memory used for one
122 option:
128 The 'cpoptions' option can be used to set Vi compatibility on/off for
145 'u' goes backward in time, 'CTRL-R' goes forward again. Set option
155 The undo information is stored in a file when the 'undofile' option is
200 When the 'spell' option is set Vim will highlight spelling mistakes.
202 'spelllang' option. In source code only comments and strings are
282 index file can be set with the 'helpfile' option.
298 to recall previous command-lines. The 'history' option can be set to
308 - option :set sc<Tab>
309 - option value :set hf=<Tab>
317 The 'wildchar' option can be set to the character for command-line
340 If the 'wrap' option is off, long lines will not wrap and only part
343 columns to scroll can be set with the 'sidescroll' option. The |zh|
346 'linebreak' option is set. This allows editing a single-line
351 The 'textwidth' option can be used to automatically limit the line
352 length. This supplements the 'wrapmargin' option of Vi, which was not
376 number and error message. The 'errorformat' option can be set to a
381 The 'makeef' option has the name of the file with error messages.
382 The 'makeprg' option contains the name of the program to be executed
384 The 'shellpipe' option contains the string to be used to put the
393 When the 'cindent' option is on the indent of each line is
398 Comments can be automatically formatted. The 'comments' option can be
409 the cursor in the current and included files. The 'include' option
415 lines where the pattern given with the 'define' option matches.
431 |:let| Assign a value to an internal variable, option, etc.
445 The 'viminfo' option can be set to select which items to store in the
476 When the 'virtualedit' option is set the cursor can move all over the
490 The "-w" option can be used to record all typed characters in a script file.
494 The "-o" option opens a window for each argument. "-o4" opens four windows.
502 When the 'showcmd' option is set, the command characters are shown in the last
505 If the 'ruler' option is set, the current cursor position is shown in the
512 'isprint' option.
522 "K" runs the program defined by the 'keywordprg' option, with the identifier
538 The 'tags' option can be set to a list of tag file names. Thus multiple
576 With the "J" (join) command you can reset the 'joinspaces' option to have only
637 If the 'shiftround' option is set, an indent is rounded to a multiple of
640 The 'scrolljump' option can be set to the minimum number of lines to scroll
643 The 'scrolloff' option can be set to the minimum number of lines to keep
653 The 'shelltype' option can be set to reflect the type of shell used on the
656 The 'highlight' option can be set for the highlight mode to be used for
674 If the 'revins' option is set, insert happens backwards. This is for typing
677 the opposite direction. CTRL-B toggles the 'revins' option. In replace mode
683 option includes "eol". You can backspace over the start of insert if the
684 'backspace' option includes "start".
686 When the 'paste' option is set, a few options are reset and mapping in insert
688 systems without unexpected results. When the 'paste' option is reset, the old
689 option values are restored.
701 When the 'smartindent' option is set, C programs will be better auto-indented.
711 When the 'expandtab' (et) option is set, a <Tab> is expanded to the
721 'digraph' option is set).
742 The 'ttimeout' option is like 'timeout', but only works for cursor and
743 function keys, not for ordinary mapped characters. The 'timeoutlen' option
744 gives the number of milliseconds that is waited for. If the 'esckeys' option
748 There is an option for each terminal string. Can be used when termcap is not
751 The 'fileformat' option can be set to select the <EOL>: "dos" <CR><NL>, "unix"
753 When the 'fileformats' option is not empty, Vim tries to detect the type of
754 <EOL> automatically. The 'fileformat' option is set accordingly.
771 If the 'insertmode' option is set (e.g. in .exrc), Vim starts in insert mode.
778 If the 'backup' or 'writebackup' option is set: Before a file is overwritten,
779 a backup file (.bak) is made. If the "backup" option is set it is left
785 switched off by setting the 'updatecount' option to 0 or starting Vim with
786 the "-n" option. Use the 'directory' option for placing the .swp file
813 the 'compatible' option is set and 'cpoptions' contains all flags. What the
858 `:set` set option; but not `:set inv{option}`, `:set option&`,
859 `:set all&`, `:set option+=value`, `:set option^=value`
860 `:set option-=value` `:set option<`
1112 versions as a boolean option}
1115 {Vi also uses the option to specify the number of
1238 option.
1241 'write' option.
1260 -R Elvis, Nvi, Posix, Vile, Vim: Set the 'readonly' option.
1264 -S Nvi: Set 'secure' option.
1268 Elvis: Sets the 'safer' option.