Key after Press ENTER prompt recorded double

2013-10-08 Fir de Conversatie Urtica dioica
Open a blank Vim (I'm using 7.4.52), and type this: 3graqqY:s/a/b/g|s/b/c/gCRpq@q (Since there are 3 as, and the 'report' default is 2, both :s commands report the number of changes, which triggers a Press ENTER prompt. But the bug applies to any Press ENTER prompt.) When p is run straight

Re: Key after Press ENTER prompt recorded double

2013-10-08 Fir de Conversatie Christian Brabandt
On Di, 08 Okt 2013, Urtica dioica wrote: Open a blank Vim (I'm using 7.4.52), and type this: 3graqqY:s/a/b/g|s/b/c/gCRpq@q (Since there are 3 as, and the 'report' default is 2, both :s commands report the number of changes, which triggers a Press ENTER prompt. But the bug applies to

Re: Key after Press ENTER prompt recorded double

2013-10-08 Fir de Conversatie Urtica dioica
вторник, 8 октября 2013 г., 11:49:19 UTC-6 пользователь Christian Brabandt написал: On Di, 08 Okt 2013, Urtica dioica wrote: Open a blank Vim (I'm using 7.4.52), and type this: 3graqqY:s/a/b/g|s/b/c/gCRpq@q (Since there are 3 as, and the 'report' default is 2, both :s

Re: Key after Press ENTER prompt recorded double

2013-10-08 Fir de Conversatie Christian Brabandt
On Di, 08 Okt 2013, Urtica dioica wrote: I tried your patch. It seems to stop duplication when recording a macro with q, but not when recording keystrokes to a file with vim -w. Try this updated patch. regards, Christian -- Entweder das Neueste oder das Älteste (aus der Jugend) gefällt auf

Re: Key after Press ENTER prompt recorded double

2013-10-08 Fir de Conversatie Urtica dioica
On Tuesday, October 8, 2013 1:13:42 PM UTC-6, Christian Brabandt wrote: Try this updated patch. Cool. That covers all the problems I'm aware of. Just hope there's not a third stroke-recording mechanism I haven't thought of. ;) -- -- You received this message from the vim_dev maillist. Do not

Re: Key after Press ENTER prompt recorded double

2013-10-08 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Di, 08 Okt 2013, Urtica dioica wrote: I tried your patch. It seems to stop duplication when recording a macro with q, but not when recording keystrokes to a file with vim -w. Try this updated patch. Thanks! -- CUSTOMER: Well, can you hang around a