look at https://sourceforge.net/projects/tvim
tvim is a gui wrapper around gvim's remote interface, it does two things 1). lets you open files in any already running copy of gvim (lets you select which). 2). opens the files in tabs it works by calling gvim --serverlist to get a list of running gvim servers then it lets u choose one or start a new instance then it opens the files in it's argument list in that server. by calling gvim --servername Servername --remote-tab arg1 arg2 arg3 ... it lets you do this by the right click menu in Nautilus sorry it's Gnome and Kde based at the moment I built it on Linux using anjuta but it should compile on other *nix's and who knows with a little work maybe windows or other OS's it requires gtkmm-2.4 >= 2.8, libglademm-2.4 >= 2.6 to compile, I developed and tested it on ubuntu linux 9.04 but it should work on any distribution and people should feel free to try to compile it under any distro or OS there's a call to popen() in there and a call to system(), both should be available on most OS's, with perhaps with some changes in the include files, anyway good luck I hope hope this is of use to you, I love it on my system --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
