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/syntax/synload.vim | |
| 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/syntax/synload.vim')
| -rw-r--r-- | runtime/syntax/synload.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/syntax/synload.vim b/runtime/syntax/synload.vim index aee9ba8b8e..bfcd3b06da 100644 --- a/runtime/syntax/synload.vim +++ b/runtime/syntax/synload.vim @@ -14,11 +14,6 @@ endif " let others know that syntax has been switched on let syntax_on = 1 -" Set the default highlighting colors -if !exists("colors_name") && !exists("did_syncolor") - runtime! syntax/syncolor.vim -endif - " Line continuation is used here, remove 'C' from 'cpoptions' let s:cpo_save = &cpo set cpo&vim |