I'm new to scripting in vim and I'm having trouble finding a good resource to help me accomplish something. I'm using a plugin called http://www.vim.org/scripts/script.php?script_id=934 ftpsync that I really enjoy, however, I'd like to add some functionality. I can update one buffer at a time using <S-F6> or :call FtpUpdate(), but I would like to use a cmap or something similar to have it update all the buffers currently open instead of the current buffer I'm focus on. Is there a simple way to cycle through all the open buffers and call a FtpUpdate() from each of them? I've look through a lot of tutorials and references and I've found how to get a list of buffers, but not really how to call a function on buffer from another buffer. Any help would be appreciated :-)
pwightman -- View this message in context: http://vim.1045645.n5.nabble.com/Calling-functions-on-multiple-buffers-tp3259673p3259673.html Sent from the Vim - General mailing list archive at Nabble.com. -- 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
