On Saturday 04 September 2010 10:12:48 coolesting wrote:

> i have ever seen the file list in gvim that let you point it
> and open the file that you choose by mouse ,

> i want to do just like that in vim , how to do by what any
> plugin ?

it comes with vim, you won't need any additional plugins:
netrw supports the mouse -- in a vim session you can open it
with

    :e .

to "edit" the current directory (the period)

see

    :h netrw

for more information if you need it

sc

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