Re: can vim detect if it is running in PIDA?

2007-09-10 Thread Ali Afshar
On Monday 10 September 2007 22:05:49 sean f wrote: > Thanks Ali - exactly what I needed.. Now I've got my vim-only .vimrc > stuff wrapped in this: > > if !exists("PIDA_EMBEDDED") > > " your vim-only commands here > > endif > > perfect! Maybe you could add this to the hints and tips page on the tr

Re: can vim detect if it is running in PIDA?

2007-09-10 Thread sean f
Thanks Ali - exactly what I needed.. Now I've got my vim-only .vimrc stuff wrapped in this: if !exists("PIDA_EMBEDDED") " your vim-only commands here endif perfect! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: can vim detect if it is running in PIDA?

2007-09-06 Thread Ali Afshar
On Friday 07 September 2007 00:50:59 sean f wrote: > I'd like to add some conditions to my .vimrc to prevent disable > certain configurations when vim is running inside of PIDA. Is this > possible, and if so, could someone maybe provide a simple example? > Hi, In vimrc, check for the PIDA_EMBEDD