Sunday, June 5, 2016

Re: Redirection of :e to VimFilerExplorer

On Sunday, June 5, 2016 at 5:35:08 PM UTC+2, Ni Va wrote:
> Hi,
>
> Would like when I type :e to call that :
>
> exe 'VimFilerExplorer -winwidth=45 -explorer-columns=type:size:time -parent ' . path
>
>
> I think I have to redefined :e
> Thank you

I have tried this :
command! -nargs=* -bar -bang -count=0 -complete=dir E VimFilerExplorer -winwidth=45 -explorer-columns=type:size:time -parent <args>

--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: