comparison runtime/doc/change.txt @ 5466:d060c429b21f

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sat, 09 Nov 2013 03:41:58 +0100
parents 22dfcd1494e4
children 350272cbf1fd
comparison
equal deleted inserted replaced
5465:f0bffd7a3293 5466:d060c429b21f
1 *change.txt* For Vim version 7.4. Last change: 2013 Aug 25 1 *change.txt* For Vim version 7.4. Last change: 2013 Nov 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
473 473
474 If the 'shiftround' option is on, the indent is rounded to a multiple of 474 If the 'shiftround' option is on, the indent is rounded to a multiple of
475 'shiftwidth'. 475 'shiftwidth'.
476 476
477 If the 'smartindent' option is on, or 'cindent' is on and 'cinkeys' contains 477 If the 'smartindent' option is on, or 'cindent' is on and 'cinkeys' contains
478 '#', shift right does not affect lines starting with '#' (these are supposed 478 '#' with a zero value, shift right does not affect lines starting with '#'
479 to be C preprocessor lines that must stay in column 1). 479 (these are supposed to be C preprocessor lines that must stay in column 1).
480 480
481 When the 'expandtab' option is off (this is the default) Vim uses <Tab>s as 481 When the 'expandtab' option is off (this is the default) Vim uses <Tab>s as
482 much as possible to make the indent. You can use ">><<" to replace an indent 482 much as possible to make the indent. You can use ">><<" to replace an indent
483 made out of spaces with the same indent made out of <Tab>s (and a few spaces 483 made out of spaces with the same indent made out of <Tab>s (and a few spaces
484 if necessary). If the 'expandtab' option is on, Vim uses only spaces. Then 484 if necessary). If the 'expandtab' option is on, Vim uses only spaces. Then