aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2021-07-27 14:13:48 -0600
committerGregory Anders <greg@gpanders.com>2021-07-27 14:14:42 -0600
commitd3bc61b31deca78c08d0b8d88ebc7a6b934adcb3 (patch)
tree0b15c471fbbe0715b7957492e9f4e8260c533e66
parent9afa0d25a66f849452f498bd45e2f443f5010635 (diff)
downloadrneovim-d3bc61b31deca78c08d0b8d88ebc7a6b934adcb3.tar.gz
rneovim-d3bc61b31deca78c08d0b8d88ebc7a6b934adcb3.tar.bz2
rneovim-d3bc61b31deca78c08d0b8d88ebc7a6b934adcb3.zip
fixup! fix(highlight): remove syncolor.vim
-rw-r--r--runtime/doc/vim_diff.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index a259afded0..2c53620049 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -358,6 +358,14 @@ Startup:
- works by default: "-" file is optional
- works in more cases: |-Es|, file args
+Syntax highlighting:
+ syncolor.vim has been removed. Nvim now sets up default highlighting groups
+ automatically for both light and dark backgrounds, regardless of whether or
+ not syntax highlighting is enabled. This means that |:syntax-on| and
+ |:syntax-enable| are now identical. Users who previously used an
+ after/syntax/syncolor.vim file should transition that file into a
+ colorscheme. |:colorscheme|
+
TUI:
*:set-termcap*
Start Nvim with 'verbose' level 3 to show terminal capabilities: >