Italic in vim (comments…)

Push somewhere in ~/.vimrc this:

let &t_ZH="\e[3m"
let &t_ZR="\e[23m"
highlight Comment cterm=italic