Re: display tweaks - tilde lines, statusline..

2006-06-07 Thread cga2000
On Mon, Jun 05, 2006 at 08:27:17AM EDT, James Vega wrote: On Mon, Jun 05, 2006 at 01:09:41AM -0400, cga2000 wrote: I think I should stick these doubtful customizations of mine in some separate file rather than modifying individual colorschemes. I've just tested: :set FoldColumn=2

Re: display tweaks - tilde lines, statusline..

2006-06-07 Thread A.J.Mechelynck
cga2000 wrote: [...] .. isn't there a way one could add the customization - once it's duly tested - to a system-wide tree so other users of the system could benefit by it? Some sort of $VIMRUNTIME/local so-to-speak..? Yes, there is. It is called $VIM/vimfiles/. Check your 'runtimepath'

Re: display tweaks - tilde lines, statusline..

2006-06-05 Thread A.J.Mechelynck
cga2000 wrote: On Sun, Jun 04, 2006 at 08:50:18PM EDT, A.J.Mechelynck wrote: cga2000 wrote: On Sun, Jun 04, 2006 at 03:11:10PM EDT, A.J.Mechelynck wrote: [...] Note that the same highlight group also governs the @ or @@@ for a partial line at the end of a window, and

Re: display tweaks - tilde lines, statusline..

2006-06-05 Thread James Vega
On Mon, Jun 05, 2006 at 01:09:41AM -0400, cga2000 wrote: I think I should stick these doubtful customizations of mine in some separate file rather than modifying individual colorschemes. I've just tested: :set FoldColumn=2 :hi Foldcolumn ctermbg=black .. and it adds a 2-column margin

Re: display tweaks - tilde lines, statusline..

2006-06-04 Thread Yegappan Lakshmanan
Hi, On 6/4/06, cga2000 [EMAIL PROTECTED] wrote: Is there any way the tilde lines that represent empty lines at the end of the buffer can be changed to something else or removed altogether? AFAIK, you cannot remove/hide the tilde lines. You can change the highlighting used for the tilde lines

Re: display tweaks - tilde lines, statusline..

2006-06-04 Thread A.J.Mechelynck
cga2000 wrote: Is there any way the tilde lines that represent empty lines at the end of the buffer can be changed to something else or removed altogether? You may change their colour. If you set bg and fg to the same value, they will become invisible. For instance: :hi NonText cterm=NONE

Re: display tweaks - tilde lines, statusline..

2006-06-04 Thread cga2000
On Sun, Jun 04, 2006 at 02:47:48PM EDT, Yegappan Lakshmanan wrote: Hi, On 6/4/06, cga2000 [EMAIL PROTECTED] wrote: Is there any way the tilde lines that represent empty lines at the end of the buffer can be changed to something else or removed altogether? AFAIK, you cannot remove/hide

Re: display tweaks - tilde lines, statusline..

2006-06-04 Thread cga2000
On Sun, Jun 04, 2006 at 08:50:18PM EDT, A.J.Mechelynck wrote: cga2000 wrote: On Sun, Jun 04, 2006 at 03:11:10PM EDT, A.J.Mechelynck wrote: [...] Note that the same highlight group also governs the @ or @@@ for a partial line at the end of a window, and possibly other things too.