tags:

views:

36

answers:

2

Hi I am using vim 7.3.3 in cywing 2.721, the installation was made using cywing, every thing works but when I try to use the following command.

:Explore 

vim said E492: Not an editor command

also neither :Sexplore or :Hexplore works.

is there any way to activate this functionality?

This is in machine with windows xp.

A: 

Those commands are provided by the netrw plugin. Check :scriptnames to see if that plugin is loaded.

Randy Morris
yes it have that: gzip.vim, netrwPlugin.vim, spellfile.vim,tohtml.vim, zipPlugin.vim, getscriptPlugin.vim matchparen.vim, rrhelper.vim, tarPlugin.vim, vimballPlugin.vim
atomsfat
+1  A: 

Well I solved reading the

:help usr_01.txt

It said that is necessary to run this command !cp -i $VIMRUNTIME/vimrc_example.vim ~/.vimrc inside vim, it just copy a .vimrc to home user.

I close and opened vim and :Explore, Hexplore, Vexplore worked.

atomsfat