On Fri, Apr 14, 2006 at 09:24:35PM -0400, Benji Fisher wrote: > On Fri, Apr 14, 2006 at 03:11:13PM +0200, Bram Moolenaar wrote: > > > > Check: it doesn't matter how you started the Vim in which you do > > ":!gvim"? > > Good question. This works: > > $ vim -u NONE > :!gvim > > But guess what? This works, too: > > $ vim -u ~/.vimrc > :!gvim
Another thing that works: if I fire up vim 7.0c01 then both :!gvim " vim 7.0d :!vim7c/src/vim -g " vim 7.0c01 work. Of course, with this version, :echo $MYVIMRC does nothing. (I mention this because it is the only part of the code I know of that was added recently and cares about -u arguments.) HTH --Benji Fisher