aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-05-16 04:10:38 -0300
committerJustin M. Keyes <justinkz@gmail.com>2016-02-14 15:20:31 -0500
commit50e129f5a70bf291e6ec3afb7927e68e1f98e790 (patch)
treeb74f6484bf69932ceecb42cb8df1645e1c69ea1b /runtime/doc/vim_diff.txt
parent75f6817a5161949ca2ab08e36b8e0772b8d7da16 (diff)
downloadrneovim-50e129f5a70bf291e6ec3afb7927e68e1f98e790.tar.gz
rneovim-50e129f5a70bf291e6ec3afb7927e68e1f98e790.tar.bz2
rneovim-50e129f5a70bf291e6ec3afb7927e68e1f98e790.zip
defaults: Enable syntax and filetype plugins.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index f76e901b9a..ac5efc6a1d 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -11,7 +11,7 @@ the "{Nvim}" tag. This document is a complete and centralized list of all
these differences.
1. Configuration |nvim-configuration|
-2. Option defaults |nvim-option-defaults|
+2. Defaults |nvim-defaults|
3. Changed features |nvim-features-changed|
4. New features |nvim-features-new|
5. Missing legacy features |nvim-features-missing|
@@ -28,7 +28,12 @@ these differences.
session information.
==============================================================================
-2. Option defaults *nvim-option-defaults*
+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|
- 'autoindent' is set by default
- 'autoread' is set by default