comparison runtime/doc/syntax.txt @ 6697:12155a47f6c2

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Sat, 21 Mar 2015 18:06:14 +0100
parents 3af822eb4da5
children fbc1131f0ba5
comparison
equal deleted inserted replaced
6696:949ab7b65ad5 6697:12155a47f6c2
1 *syntax.txt* For Vim version 7.4. Last change: 2015 Feb 22 1 *syntax.txt* For Vim version 7.4. Last change: 2015 Mar 20
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4645 numbers in the NR-8 column is used. Here '*' means 'add 8' so that Blue 4645 numbers in the NR-8 column is used. Here '*' means 'add 8' so that Blue
4646 is 12, DarkGray is 8 etc. 4646 is 12, DarkGray is 8 etc.
4647 4647
4648 Note that for some color terminals these names may result in the wrong 4648 Note that for some color terminals these names may result in the wrong
4649 colors! 4649 colors!
4650
4651 You can also use "NONE" to remove the color.
4650 4652
4651 *:hi-normal-cterm* 4653 *:hi-normal-cterm*
4652 When setting the "ctermfg" or "ctermbg" colors for the Normal group, 4654 When setting the "ctermfg" or "ctermbg" colors for the Normal group,
4653 these will become the colors used for the non-highlighted text. 4655 these will become the colors used for the non-highlighted text.
4654 Example: > 4656 Example: >