comparison runtime/doc/syntax.txt @ 12:bdeee1504ac1

updated for version 7.0004
author vimboss
date Fri, 02 Jul 2004 15:38:35 +0000
parents 4102fb4ea781
children 631143ac4a01
comparison
equal deleted inserted replaced
11:4424b47a0797 12:bdeee1504ac1
1 *syntax.txt* For Vim version 7.0aa. Last change: 2004 Jun 16 1 *syntax.txt* For Vim version 7.0aa. Last change: 2004 Jul 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3493 To see the name of the currently active color scheme 3493 To see the name of the currently active color scheme
3494 (if there is one): > 3494 (if there is one): >
3495 :echo g:colors_name 3495 :echo g:colors_name
3496 < Doesn't work recursively, thus you can't use 3496 < Doesn't work recursively, thus you can't use
3497 ":colorscheme" in a color scheme script. 3497 ":colorscheme" in a color scheme script.
3498 After the color scheme has been loaded the
3499 |ColorScheme| autocommand event is triggered.
3498 3500
3499 :hi[ghlight] List all the current highlight groups that have 3501 :hi[ghlight] List all the current highlight groups that have
3500 attributes set. 3502 attributes set.
3501 3503
3502 :hi[ghlight] {group-name} 3504 :hi[ghlight] {group-name}