Quoting Andrew Falanga <[EMAIL PROTECTED]>: > On 4/24/07, Charles E Campbell Jr <[EMAIL PROTECTED]> wrote: > > Andrew Falanga wrote: > > > > > > > > Using your directions above, I continually get problems on step 4. > > > when I so ":so %" I'm constantly returned "UseVimball" is not a vim > > > command, or something similar. What might I be doing wrong? > > > > > > Hmm, your original complaint was that netrw wasn't working at all, I > > believe. > > > > Do you have something like the following at the beginning of your > > <.vimrc> file? > > > > " ===================================================================== > > " Initialize: {{{1 > > set nocp > > if version >= 600 > > filetype plugin indent on > > endif > > Actually, on this particular system, I have no ~/.vimrc file at all.
Without these commands, your vim is operating in "vi-compatible" mode, and vi doesn't support plugins. Even with :set nocp, you need to enable plugins. May I suggest trying the few lines above as your <.vimrc>, and then trying to "edit" a directory. Regards, Chip Campbell