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 gnome-i18n@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-i18n