diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-04-20 22:36:41 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-04-20 22:36:41 +0200 |
commit | 7dda86f2ff35bb80afce4da24782fd58216bbe50 (patch) | |
tree | 3fe382cfac41a8f9270bd126141c1aa6230868bb /runtime/doc/change.txt | |
parent | 6176697203b0f168f4566597e15d8488b62ad490 (diff) | |
download | vim-git-7dda86f2ff35bb80afce4da24782fd58216bbe50.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 8cca76382..fe457c915 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -1,4 +1,4 @@ -*change.txt* For Vim version 8.0. Last change: 2017 Feb 12 +*change.txt* For Vim version 8.0. Last change: 2018 Apr 17 VIM REFERENCE MANUAL by Bram Moolenaar @@ -533,6 +533,7 @@ If the 'shiftround' option is on, the indent is rounded to a multiple of If the 'smartindent' option is on, or 'cindent' is on and 'cinkeys' contains '#' with a zero value, shift right does not affect lines starting with '#' (these are supposed to be C preprocessor lines that must stay in column 1). +This can be changed with the 'cino' option, see |cino-#|. When the 'expandtab' option is off (this is the default) Vim uses <Tab>s as much as possible to make the indent. You can use ">><<" to replace an indent |