diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-12 22:54:35 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-12 22:54:35 +0200 |
commit | 0952131376a517fc12dc5ae908a97018b4ee23f0 (patch) | |
tree | 937cfa4e0fd89164703af30695387707b4897e42 /runtime/doc/quickref.txt | |
parent | b5ae48e9ffd3b8eb6ca4057de11f1bddcde8ce6f (diff) | |
download | vim-git-0952131376a517fc12dc5ae908a97018b4ee23f0.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 36779a821..c105d8229 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 7.4. Last change: 2016 Jun 14 +*quickref.txt* For Vim version 7.4. Last change: 2016 Aug 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -883,6 +883,7 @@ Short explanation of each option: *option-list* 'showtabline' 'stal' tells when the tab pages line is displayed 'sidescroll' 'ss' minimum number of columns to scroll horizontal 'sidescrolloff' 'siso' min. nr. of columns to left and right of cursor +'signcolumn' 'scl' when to display the sign column 'smartcase' 'scs' no ignore case when pattern has uppercase 'smartindent' 'si' smart autoindenting for C programs 'smarttab' 'sta' use 'shiftwidth' when inserting <Tab> |