Hi Ben, > > > Correct me if I'm wrong, but my belief is that Vim does not support the > clipboard on the Mac.
Like Nico says, clipboard support is in all versions of Vim on the Mac. For instance, in MacVim.app check out the following functions in gui_macvim.m: void clip_mch_request_selection(VimClipboard *cbd) void clip_mch_request_selection(VimClipboard *cbd) You can find the source code for MacVim at http://code.google.com/p/macvim/. /Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
