(Pressing tab space in google groups does a send...) A simple function can be used:
function! Appclip (m)
let @+ .= a:m . "\n"
return a:m
endfunction
:let @+ = ''
:s/whatever/\=Appclip(submatch(0))/g
Regards, John
--
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
