vim inline :set

2005-12-12 Thread Erez D
hi i have : set ts=2 set sw=2 set expandtab in my vimrc. i know it is possible to embed it in the c source file however, i had no luck googling for it anyone ? To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubs

Re: vim inline :set

2005-12-12 Thread Meir Kriheli
Erez D wrote: > hi > > i have : > > set ts=2 > set sw=2 > set expandtab > > in my vimrc. > > i know it is possible to embed it in the c source file > however, i had no luck googling for it > > anyone ? In a comment: vim: ts=2 sw=2 et For more info, in vim :h vim: Cheers -- Meir Kriheli =

Re: vim inline :set

2005-12-12 Thread michael
I seem to recall that was disabled awhile ago due to some security concerns. Am I dreaming? M On Mon, 12 Dec 2005, Erez D wrote: hi i have : set ts=2 set sw=2 set expandtab in my vimrc. i know it is possible to embed it in the c source file however, i had no luck googling for it anyone ?