comparison runtime/doc/eval.txt @ 1755:0c6c64edcbe0 v7.2.052

updated for version 7.2-052
author vimboss
date Fri, 28 Nov 2008 10:16:05 +0000
parents 28d0c20ad8a0
children 2a11407a5a8f
comparison
equal deleted inserted replaced
1754:28d0c20ad8a0 1755:0c6c64edcbe0
5346 {what} result 5346 {what} result
5347 "name" the name of the syntax item 5347 "name" the name of the syntax item
5348 "fg" foreground color (GUI: color name used to set 5348 "fg" foreground color (GUI: color name used to set
5349 the color, cterm: color number as a string, 5349 the color, cterm: color number as a string,
5350 term: empty string) 5350 term: empty string)
5351 "bg" background color (like "fg") 5351 "bg" background color (as with "fg")
5352 "sp" special color (as with "fg") |highlight-guisp|
5352 "fg#" like "fg", but for the GUI and the GUI is 5353 "fg#" like "fg", but for the GUI and the GUI is
5353 running the name in "#RRGGBB" form 5354 running the name in "#RRGGBB" form
5354 "bg#" like "fg#" for "bg" 5355 "bg#" like "fg#" for "bg"
5356 "sp#" like "fg#" for "sp"
5355 "bold" "1" if bold 5357 "bold" "1" if bold
5356 "italic" "1" if italic 5358 "italic" "1" if italic
5357 "reverse" "1" if reverse 5359 "reverse" "1" if reverse
5358 "inverse" "1" if inverse (= reverse) 5360 "inverse" "1" if inverse (= reverse)
5359 "underline" "1" if underlined 5361 "underline" "1" if underlined