Re: Convert dot command into macro

2007-10-19 Fir de Conversatie Alexei Alexandrov
Ben Schmidt wrote: ... I wonder what Bram thinks about including this functionality in standard Vim? I think it would be useful. What do others think? I would love to see this functionality in Vim. I miss it for very long time. It's very typical when you go through a number of files

Re: Convert dot command into macro

2007-10-18 Fir de Conversatie Ben Schmidt
Here is a patch to Vim that adds a , register which is basically access to Vim's internal 'redo buffer' used when '.' is used. At a quick look, it seems to work. You can thus save your '.' commands to another register and replay them later: :let @a=@, @a I believe @, will have pretty