diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-06-18 17:02:38 -0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-06-20 14:02:56 -0400 |
commit | 8e3f67f2a0166994925af75c0efa972d76ea82de (patch) | |
tree | f2913183c74950a7b9a7396044403682ca96d2c0 /runtime/doc/vim_diff.txt | |
parent | 81847da948b91a77d55fd2245fff3fc5cf8e6310 (diff) | |
download | rneovim-8e3f67f2a0166994925af75c0efa972d76ea82de.tar.gz rneovim-8e3f67f2a0166994925af75c0efa972d76ea82de.tar.bz2 rneovim-8e3f67f2a0166994925af75c0efa972d76ea82de.zip |
defaults: enable 'autoindent' #2857
Re: https://github.com/neovim/neovim/issues/2676
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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" |