2009/4/5 John Beckett: > > pr3d4t0r wrote: >> :let @+ = "this is a test." >> >> It doesn't work either. > > I hope someone will sort this out and fix the following tips: > > http://vim.wikia.com/wiki/Mac_OS_X_clipboard_sharing > http://vim.wikia.com/wiki/In_line_copy_and_paste_to_system_clipboard > > I do NOT want to support old systems on the Vim Tips wiki, so > I'd appreciate it if someone would either fix the above, or tell > me what needs to be done. Obsolete and misguided info should be > deleted. > > Does MacVim show '+clipboard' for the :version command?
John, As far as I can tell those tips are completely outdated. There is a clipboard on Mac OS X and MacVim.app uses it properly -- there is no need to use "pbcopy/pbpaste". I already said this in another post but interaction with the pasteboard is fully supported in both GUI and terminal mode (the latter only if you are using the latest snapshot version). The "+" and "*" registers are one and the same and by default you can use <D-x>/<D-c>/<D-v> to cut/copy/paste just like in any other Mac app. Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
