diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-04-11 01:59:32 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-15 02:23:27 -0400 |
commit | 523ff9c55cfd4e82877e110b24eb049f405703d5 (patch) | |
tree | e87c0964a38b8aea3bf78cb42cb7a6297f592fc0 /runtime/doc/vim_diff.txt | |
parent | 54188cdddefca38ff7a9fe201bc361c923cde331 (diff) | |
download | rneovim-523ff9c55cfd4e82877e110b24eb049f405703d5.tar.gz rneovim-523ff9c55cfd4e82877e110b24eb049f405703d5.tar.bz2 rneovim-523ff9c55cfd4e82877e110b24eb049f405703d5.zip |
test: defaults_spec.lua
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 17e16911bc..17ee5975dd 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -31,9 +31,7 @@ these differences. 2. Defaults *nvim-defaults* - Syntax highlighting is enabled by default -- Filetype-related plugins and scripts are enabled by default - Note: these defaults can be disabled with the "-u NONE" command line - argument. |-u| +- ":filetype plugin indent on" is enabled by default - 'autoindent' is set by default - 'autoread' is set by default |