From 523ff9c55cfd4e82877e110b24eb049f405703d5 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 11 Apr 2016 01:59:32 -0400 Subject: test: defaults_spec.lua --- runtime/doc/vim_diff.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'runtime/doc/vim_diff.txt') 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 -- cgit