Kyle Knack ([EMAIL PROTECTED]) wrote:
> On a side note, and this is definately vim related, I have defined a
> color in my vimrc for message signatures, however with my sig, it colors
> up to the "Kyle Knack" but not the quote.  Funny how it's similar to my
> cursor problem.  Maybe I should just kill the quote ;)  Any help is
> appreciated.  Thanks!

If you're using my set editor="blah" line, that makes perfect sense. The
last bit on the line calling vim makes the cursor jump to the first
blank line from the bottom (this next line should all be on one line):

set editor='vim + -c "set textwidth=72" -c "set wrap" -c "set nocp"
        -c "?^$"'

If you make vim search for the -second- blank line from the bottom, that
should work just fine. I -think- you can do this by using "2?^$", but
I'm not too sure offhand... vim gurus, feel free to clarify that.

I forget what the default cursor position is, but
it bothered me enough to change it :)

-- 
Chris Gushue <[EMAIL PROTECTED]>
mutt config files - http://mutt.blackplasma.net
bplog news system - http://bplog.blackplasma.net

PGP signature

Reply via email to