François Ingelrest-2 wrote:
> 
> Hello all,
> 
> I'm displaying the line number in front of each line, so the tilde
> characters in front of non-existing lines are useless for me. Is there
> a way to not display them?
> 
> 

You can change the colour of 'nontext' items (see :help nontext) to be the
same as the background colour - e.g if your background is black do:

:hi NonText cterm=NONE ctermbg=black ctermfg=black gui=NONE guibg=black
guifg=black

-- 
View this message in context: 
http://www.nabble.com/Removing-tilde-characters-in-front-of-non-existing-lines--tf3409626.html#a9499387
Sent from the Vim - General mailing list archive at Nabble.com.

Reply via email to