On Sun, Mar 21, 2010 at 2:10 PM, Jean Johner <jean.joh...@cea.fr> wrote:
> Hello,
> When I type
> gvim -u NORC file1
> and
> :e . (to launch netrw plugin)
> I get a blank page.
> For me, -u NORC does not load plugins. It behaves exactly as -u NONE.
>
> May somebody try?

AFAICS, it works fine if you use

  gvim -u NORC -N file1

instead.  Note the -N, meaning use vim compatible defaults rather than
vi compatible defaults.  Otherwise, many plugins (including netrw)
assume that you don't want the plugin's feature, since you've asked
vim to behave as much as possible like vi.

~Matt

-- 
You received this message from the "vim_use" 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

To unsubscribe from this group, send email to 
vim_use+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to