Hi,

On 5/14/07, zzapper <[EMAIL PROTECTED]> wrote:
Hi
I believe that the problem of Appending to Paste (*) Register was one of the
points Bram was looking at (problem is no uppercase for a symbol)

Was there/will there be any progress?

Here's a hack I use

let @w=":redir @*^M:g//^M:redir END"


In Vim7 and above, you can append the output of an ex command to the
clipboard register '*' using the following command:

  :redir @*>>

- Yegappan

Reply via email to