diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2021-07-29 23:31:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 23:31:57 +0200 |
commit | d628e4250fc5f7dfc3fe1bd537ce38b6171c138c (patch) | |
tree | 270f9aba2590b2434a3008893f7dbb2c51a31c96 /runtime/doc/vim_diff.txt | |
parent | b73e733d529266ef350f71fa896d16e44cc83f78 (diff) | |
parent | cab90f2ef1f3f60786a1f223fb7c2582aac1773a (diff) | |
download | rneovim-d628e4250fc5f7dfc3fe1bd537ce38b6171c138c.tar.gz rneovim-d628e4250fc5f7dfc3fe1bd537ce38b6171c138c.tar.bz2 rneovim-d628e4250fc5f7dfc3fe1bd537ce38b6171c138c.zip |
Merge pull request #15207 from gpanders/bye-syncolor
fix(highlight): remove syncolor.vim
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 8 |
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: > |