From 41c76d9444e3b5ae0ecb35860d4d7378bb19d4a0 Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Thu, 18 Jun 2015 17:23:29 -0300 Subject: defaults: enable 'smarttab' by default. #2855 --- runtime/doc/options.txt | 2 +- runtime/doc/vim_diff.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 08783ebbf3..daa4ce66b1 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -5862,7 +5862,7 @@ A jump table for the options with a short description can be found at |Q_op|. NOTE: When 'paste' is set smart indenting is disabled. *'smarttab'* *'sta'* *'nosmarttab'* *'nosta'* -'smarttab' 'sta' boolean (default off) +'smarttab' 'sta' boolean (default on) global When on, a in front of a line inserts blanks according to 'shiftwidth'. 'tabstop' or 'softtabstop' is used in other places. A diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index f3f3e961d1..0a26041417 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -33,6 +33,7 @@ these differences. - 'formatoptions' defaults to "tcqj" - 'nocompatible' is always set - 'nrformats' defaults to "hex" +- 'smarttab' is set by default - 'tags' defaults to "./tags;,tags" - 'ttyfast' is always set - 'wildmenu' is set by default -- cgit