Claude Paroz wrote: > I'm still looking for a trick to make vim display the non-breaking space > in another color... Someone ?
You could try this:
syntax match Nbsp ' '
highlight Nbsp term=reverse ctermfg=DarkRed guifg=Red
(replace real space by non-breakspace in first line)
Frederic
_______________________________________________
gnome-i18n mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-i18n
