On Sep 4, 5:12 pm, coolesting <[email protected]> wrote: > i have ever seen the file list in gvim that let you point it and open the > file that you choose by mouse , >
In gvim the command :browse confirm e should open a system file-open dialog. It is also available from the menu (File.Open). See also :help browse The command VxFileBrowser from the vimuiex plugin can also do that, except the mouse is currently not supported. http://vimuiex.sourceforge.net/screenshot/vxdirbrowse2.png.html http://www.vim.org/scripts/script.php?script_id=2606 Also, the command VxBufListSelect is used to select a buffer and VxOpenRecentFile keeps a list of recently open files from which you can pick. Marko -- 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
