aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-06-18 17:31:36 -0300
committerJustin M. Keyes <justinkz@gmail.com>2015-06-20 13:49:30 -0400
commit81847da948b91a77d55fd2245fff3fc5cf8e6310 (patch)
tree0dc25d95c4a963ec97f4cfb6a062cb31d3c95e26 /runtime
parent41c76d9444e3b5ae0ecb35860d4d7378bb19d4a0 (diff)
downloadrneovim-81847da948b91a77d55fd2245fff3fc5cf8e6310.tar.gz
rneovim-81847da948b91a77d55fd2245fff3fc5cf8e6310.tar.bz2
rneovim-81847da948b91a77d55fd2245fff3fc5cf8e6310.zip
defaults: enable 'autoread' by default #2856
Re: https://github.com/neovim/neovim/issues/2676
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt2
-rw-r--r--runtime/doc/vim_diff.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index daa4ce66b1..9001256cdf 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -737,7 +737,7 @@ A jump table for the options with a short description can be found at |Q_op|.
deleted indent; Vi puts the cursor somewhere in the deleted indent}.
*'autoread'* *'ar'* *'noautoread'* *'noar'*
-'autoread' 'ar' boolean (default off)
+'autoread' 'ar' boolean (default on)
global or local to buffer |global-local|
When a file has been detected to have been changed outside of Vim and
it has not been changed inside of Vim, automatically read it again.
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 0a26041417..1d2b695470 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -28,6 +28,7 @@ these differences.
==============================================================================
2. Option defaults *nvim-option-defaults*
+- 'autoread' is set by default
- 'backspace' defaults to "indent,eol,start"
- 'encoding' defaults to "utf-8"
- 'formatoptions' defaults to "tcqj"