Re: Unbreakable space in text editor



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]