Hi,

I am using vim7.4 and wonder why it is netrw that is called by default when I 
type :e mydir.

When I type :command E, this output this list 
:command E
    Name        Args       Address   Complete  Definition
!   E           *    0c              dir           <args>
!   EditFile    1                    customlist    edit<bang> <args>
!   Explore     *    0c              dir           call 
netrw#Explore(<count>,0,0+<bang>0,<q-args>)
    Expresso    0    2                             call s:Expresso('range', 
<line1>, <line2>)

Particularly command Explore output this:

:command Explore
    Name        Args       Address   Complete  Definition
!   Explore     *    0c              dir           call 
netrw#Explore(<count>,0,0+<bang>0,<q-args>)





How to redefine my :e command in order to call my func like netrw.
I use VimFilerExplorer with some argues :
    exe 'VimFilerExplorer -winwidth=45 -explorer-columns=type:size:time -parent 
' . path

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to