From d3bc61b31deca78c08d0b8d88ebc7a6b934adcb3 Mon Sep 17 00:00:00 2001 From: Gregory Anders Date: Tue, 27 Jul 2021 14:13:48 -0600 Subject: [PATCH] fixup! fix(highlight): remove syncolor.vim --- runtime/doc/vim_diff.txt | 8 ++++++++ 1 file changed, 8 insertions(+) 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: >