On Mon, 29 Jan 2001, [EMAIL PROTECTED] wrote:

> set editor="/home/ed/bin/vitext +/^$/+1"
> 
> in ~/bin/vitext:
> 
> #!/bin/sh
> exec vim -u ~/.vimrc-text "$@"

I like to carry the same vimrc with me. . 

Heres what I use in my autocmd block:

if has("autocmd")
   autocmd FileType mail set tw=65
. .
  . .
endif

-- 
|Christian Bell                                    
|[EMAIL PROTECTED]                              `finger -l c_bell@
|BSD, C, perl, crypto, security.                irs.ece.concordia.ca` 
|Key fingerprint = FD52 A9E2 D9ED BE5E 1FE8  FB70 5B06 81BD BE0F 1621

"there's a crack in everything, that's how the light gets in"
--leonard cohen

Reply via email to