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), then you can do

mvim -u NONE

Otherwise, try

/Applications/MacVim.app/Contents/MacOS/Vim -g -u NONE

Björn

-- 
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, visit http://www.vim.org/maillist.php

Reply via email to