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.
> >>    
> >
> >I had thought of that while experimenting - although I have no idea
> >what the "@" and "@@@" are .. or the "partial lines".
> >  
> 
> When using 'wrap', one "file line" can be wrapped onto several "screen 
> lines". When the last "file line" in a buffer window overflows below the 
> bottom of the window, then one of two things can happen:
> 
> - if 'display' includes "lastline", the bottom three characters at lower 
> right of the window are replaced by @@@, the rest of that "file line" is 
> displayed, or as much of it as fits into the window.
> - Otherwise (the default) the last "file line" in the window is replaced 
> by as many "screen lines" as necessary consisting of @ at left, the rest 
> empty.
> 
Thanks. Great explanation.

> >Is there any way I can query vim to find out what a group (?) like
> >NonText actually covers?
> >  
> 
> :help NonText
> 
Looks like setting it to "invisible" the way you recommend is fairly
harmless. Hope it doesn't come back and bite me when I've forgotten all
about it.

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 to the left of my display and thought
I could add these to my .vimrc but then this will be lost whenever I
change colorscheme on the fly.

> > [...]
> 
awful thing about vim is that the more you learn the more you realize
how complex it is and how much more there is to learn.. But thanks to
all the help I am getting on this list I am now a bit more able to find
my own answers. The help files are great but it's really a maze.. You
could spend hours and hours just following these tags.. Sometimes it
gets to the point where I can't remember what I was looking for in the
first place.  

:-)
> 
> Best regards,
> Tony.

Thanks,

cga

Reply via email to