Re: replacing all characters in the current line?

2011-11-02 Thread Jose Caballero
Thanks a lot everyone for your comments and tips. Jose -- 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

Re: replacing all characters in the current line?

2011-11-02 Thread AK
On 11/02/2011 12:43 AM, Gary Johnson wrote: On 2011-11-02, Jose Caballero wrote: Hi, this happened to me today. I had a line like this one === and I wanted to replace all characters by '-', so I could have something like I thought I could do it by

replacing all characters in the current line?

2011-11-01 Thread Jose Caballero
Hi, this happened to me today. I had a line like this one === and I wanted to replace all characters by '-', so I could have something like I thought I could do it by combining 'g' and 'r' as I understood 'g' is good to repeat the same command over all chars

Re: replacing all characters in the current line?

2011-11-01 Thread Sven Guckes
* Jose Caballero jcaballero@gmail.com [2011-11-02 05:25]: I had a line like this one === and I wanted to replace all characters by '-', so I could have something like I thought I could do it by combining 'g' and 'r' as I understood 'g' is good to

Re: replacing all characters in the current line?

2011-11-01 Thread Tony Mechelynck
On 02/11/11 05:21, Jose Caballero wrote: Hi, this happened to me today. I had a line like this one === and I wanted to replace all characters by '-', so I could have something like I thought I could do it by combining 'g' and 'r' as I understood 'g' is good

Re: replacing all characters in the current line?

2011-11-01 Thread Gary Johnson
On 2011-11-02, Jose Caballero wrote: Hi, this happened to me today. I had a line like this one === and I wanted to replace all characters by '-', so I could have something like I thought I could do it by combining 'g' and 'r' as I understood 'g' is