Lines Matching refs:option
118 by the 'makeprg' option. Usually this is set to "make", but Visual C++ users
123 You can also include arguments in this option. Special characters need to
170 produces. This is done with the 'errorformat' option. The syntax of this
171 option is quite complicated and it can be made to fit almost any compiler.
174 You might be using various different compilers. Setting the 'makeprg' option,
207 programs like Java or C++, set the 'cindent' option. Vim knows a lot about C
209 the 'shiftwidth' option to the amount of spaces you want for a deeper level.
214 With this option enabled, when you type something such as "if (x)", the next
263 indentation style with the 'cinoptions' option.
283 You don't want to switch on the 'cindent' option manually every time you edit
339 The simplest form of automatic indenting is with the 'autoindent' option.
341 option. This is useful for languages where no indent file is available.
345 any of the words in the 'cinwords' option. Lines that begin with # are
440 You can make life a little easier by setting the 'softtabstop' option.
441 This option tells Vim to make the <Tab> key look and feel as if tabs were set
466 An alternative is to use the 'smarttab' option. When it's set, Vim uses
475 option: >
479 When this option is set, the <Tab> key inserts a series of spaces. Thus you
572 The 'comments' option defines what a comment looks like. Vim distinguishes