2009/4/5 pr3d4t0r: > > OKi, here we go: > > 1. This is on MacVim 7.2 stable 1.2 (33.3) > 2. +clipboard is set when I run :version > 3. Select/yank, select/Cmd-C, select/copy-icon only copy the text > within > MacVim -- none of these things make it to the clipboard > 4. Programmatic copy by assigning a value to @+ doesn't copy the > text to the system clipboard either
Are you starting MacVim from Terminal while using GNU screen by any chance? GNU screen breaks the connection to the pasteboard server for some reason so any program started from within screen will not have clipboard support (this is not a MacVim-specific issue). (If you are not using "screen" then perhaps you could try starting MacVim in different ways and see if that fixes the problem, e.g. double-click icon, use mvim script, etc.) Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
