comparison runtime/doc/syntax.txt @ 11473:bd6ff5246c71

Update runtime files. commit https://github.com/vim/vim/commit/6aa8cea46d4179b2617daae034063dd0d8054e35 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 5 14:44:35 2017 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Mon, 05 Jun 2017 14:45:04 +0200
parents 1218c5353e2b
children 49c12c93abf3
comparison
equal deleted inserted replaced
11472:7b3e6e31fbb6 11473:bd6ff5246c71
1 *syntax.txt* For Vim version 8.0. Last change: 2017 Feb 06 1 *syntax.txt* For Vim version 8.0. Last change: 2017 Jun 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4810 When setting the "ctermfg" or "ctermbg" colors for the Normal group, 4810 When setting the "ctermfg" or "ctermbg" colors for the Normal group,
4811 these will become the colors used for the non-highlighted text. 4811 these will become the colors used for the non-highlighted text.
4812 Example: > 4812 Example: >
4813 :highlight Normal ctermfg=grey ctermbg=darkblue 4813 :highlight Normal ctermfg=grey ctermbg=darkblue
4814 < When setting the "ctermbg" color for the Normal group, the 4814 < When setting the "ctermbg" color for the Normal group, the
4815 'background' option will be adjusted automatically. This causes the 4815 'background' option will be adjusted automatically, under the
4816 highlight groups that depend on 'background' to change! This means 4816 condition that the color is recognized and 'background' was not set
4817 you should set the colors for Normal first, before setting other 4817 explicitly. This causes the highlight groups that depend on
4818 colors. 4818 'background' to change! This means you should set the colors for
4819 Normal first, before setting other colors.
4819 When a colorscheme is being used, changing 'background' causes it to 4820 When a colorscheme is being used, changing 'background' causes it to
4820 be reloaded, which may reset all colors (including Normal). First 4821 be reloaded, which may reset all colors (including Normal). First
4821 delete the "g:colors_name" variable when you don't want this. 4822 delete the "g:colors_name" variable when you don't want this.
4822 4823
4823 When you have set "ctermfg" or "ctermbg" for the Normal group, Vim 4824 When you have set "ctermfg" or "ctermbg" for the Normal group, Vim