On 5/31/06, Eric Arnold <[EMAIL PROTECTED]> wrote:
On 5/31/06, Johannes Schwarz <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I recorded a macro (search for line and paste 3 lines out of the
> clipboard "*p )
>
> I want to execute the macro in 15 different buffers and tried it with
> the bufdo - Command, without success
>
> :bufdo @a | update
Try
bufdo normal @a
@a in :ex doesn't mean 'execute'.
Hmm. Well, I don't think it means 'execute keystrokes', correct if wrong.
> Vim prints 30 lines (every first line the filename and every second
> line the search-criterium), then it waits for me pressing a key.
> But nothing changed in the files.
>
> Does someone can give me a hint?
>