How to prevent plugins loading in MacVim like vim -u NONE

2012-04-01 Thread Bee
After MacVim is open, is it possible to prevent plugins from effecting the opening of a file? I know I can do this in terminal vim: vim -u NONE -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, vis

Re: How to prevent plugins loading in MacVim like vim -u NONE

2012-04-02 Thread björn
On Mon, Apr 2, 2012 at 7:55 AM, Bee wrote: > After MacVim is open, is it possible to prevent plugins from effecting > the opening of a file? > > I know I can do this in terminal vim: > vim -u NONE If you have the "mvim" script installed (it comes bundled with MacVim, put somewhere in your path), t

Re: How to prevent plugins loading in MacVim like vim -u NONE

2012-04-02 Thread Billy Huang
i think what he ment is how to unload all the plugins within the app command. im looking for this too On Apr 2, 2012 5:12 PM, "björn" wrote: > On Mon, Apr 2, 2012 at 7:55 AM, Bee wrote: > > After MacVim is open, is it possible to prevent plugins from effecting > > the opening of a file? > > > >