Excerpts from Wael Nasreddine's message of Mon Oct 24 14:38:34 +0200 2011: > I'm trying to find a way to support ViM in WatchTower, a project of mine to > track spent time per project per file, and to do that I have to know which > documents are currently open in all ViM processes, so is there a way (or a > plugin) that can provide me with absolute paths to all open documents in all > buffers ?
:h client-server. Also check www.vim.org There are already some time tracking plugins - not sure whether they do what you need though. client-server provides ways to run arbitrary VIML code so you can receive buffer lists. Write back again if you need more help non (g)vim: you must use X and set servername explicitly Marc Weber -- 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
