diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-02-14 17:20:55 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-02-14 17:20:55 -0500 |
commit | e3bf1385e69911e39c3f3a753d4c7db936328d7c (patch) | |
tree | 8ee4ddef759fd8b995ca5672eaf9bd537faa4dd5 /runtime/doc/vim_diff.txt | |
parent | 75f6817a5161949ca2ab08e36b8e0772b8d7da16 (diff) | |
parent | cc2dce45d09fab2ec2269924942fdca7d5643e63 (diff) | |
download | rneovim-e3bf1385e69911e39c3f3a753d4c7db936328d7c.tar.gz rneovim-e3bf1385e69911e39c3f3a753d4c7db936328d7c.tar.bz2 rneovim-e3bf1385e69911e39c3f3a753d4c7db936328d7c.zip |
Merge pull request #4252 from justinmk/filetype
defaults: Enable filetypes, syntax
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 9 |
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 |