On Jun 9, 8:37 pm, Christian Brabandt <[email protected]> wrote:
> Hi Charles!
>
> On Do, 09 Jun 2011, Charles Campbell wrote:
>
> > >and is it possible to index the files shown in the
> > >browser window with (1,2,3, ... a,b,c ...) to open
> > >the files just by entering the index. has anyone done
> > >that ?
> > Netrw was mostly written using vim 5.x and vim 6.x, and Lists
> > weren't supported with those versions, which would make using such
> > an indexing scheme practical.  So I have no expectation of writing
> > such an indexing scheme.  Have you looked into completion?
>
> You Could script around that. Here is a quick hack. Put the attached
> file into your $HOME/.vim/ftplugin/netrw/ directory. (Create
> directories, that don't exists yet, on Windows use vimfiles instead
> .vim).
>
> When you have the netrw window open, press <f5>
>
> regards,
> Christian
>
>  index_netrw.vim
> 2KViewDownload

hi, thanks for the script. but i am running vim7.0. so matchadd()
function is not available.
where can i find the local implmentation of matchadd/matchdelete
functions.

thanks
sinbad

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

Reply via email to