Hi I call gvim as server from external program with option remote-tab-silent My calls of gvim are perfomed by next lines: gvim --remoteserver GVIM --remote-tab-silent +TlistOpen <filename> or gvim --remoteserver GVIM --remote-tab-silent +TlistOpen +<filelinenumber> <filename> (in search or error case)
All works fine and when I open file that already opened in Vim server, this file is opened is existed tab which already contains this file. Then I want to use taglist plugin in this mode also. So my new calls of gvim are performed by next lines: gvim --remoteserver GVIM --remote-tab-silent +TlistOpen <filename> or gvim --remoteserver GVIM --remote-tab-silent +TlistOpen +<filelinenumber> <filename> All works fine , but when I open file that already opened in Vim server this file is opened is new tab. This is very unconvient for me. How I can solve this problem? Thanks Alexey Gavtilov -- You received this message from the "vim_dev" 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
