From 8e3f67f2a0166994925af75c0efa972d76ea82de Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Thu, 18 Jun 2015 17:02:38 -0300 Subject: defaults: enable 'autoindent' #2857 Re: https://github.com/neovim/neovim/issues/2676 --- runtime/doc/options.txt | 2 +- runtime/doc/vim_diff.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/doc') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 9001256cdf..5726de6503 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -718,7 +718,7 @@ A jump table for the options with a short description can be found at |Q_op|. further details see |arabic.txt|. *'autoindent'* *'ai'* *'noautoindent'* *'noai'* -'autoindent' 'ai' boolean (default off) +'autoindent' 'ai' boolean (default on) local to buffer Copy indent from current line when starting a new line (typing in Insert mode or when using the "o" or "O" command). If you do not diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 1d2b695470..ca2b3ec8ad 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -29,6 +29,7 @@ these differences. 2. Option defaults *nvim-option-defaults* - 'autoread' is set by default +- 'autoindent' is set by default. - 'backspace' defaults to "indent,eol,start" - 'encoding' defaults to "utf-8" - 'formatoptions' defaults to "tcqj" -- cgit