Nick Wilson wrote:
> 
> How might I incorporate a tw command in that?
> This is what I have for mine (nicked it from somewhere else so I don't
> understand all of it but it works :)
> 
>  set editor="vim -c 'set tw=72 et'"

i have
set editor="vim +'/^$/+1' -c 'set nohlsearch' +':set textwidth=72' +':set wrap' 
+':fixdel' +':set t_kD=' +':set noai' +':set bg=dark' +':syntax on'"

i actually have some of those in my .vimrc as well, so they're not
really necessary, but you get the point.

w

Reply via email to