Hi Ben! On Di, 02 Okt 2012, Ben Fritz wrote:
> gvim -N -u NONE -i NONE > > Set up some sample text: > > 10aone two three<CR><Esc> > > Press gg to get the cursor at the top of the buffer. > > Perform a search: > > /two<CR> > > Change text: > > cgnduo<Esc> > > Do it again, 3 times: > > ... > > Expected result: > > one duo three > one duo three > one duo three > one duo three > one two three > one two three > one two three > one two three > one two three > one two three > > Actual result: > > one duo three > one dududuoee > one two three > one two three > one two three > one two three > one two three > one two three > one two three > one two three > > Vim version: Yes, that is a known problem (see https://groups.google.com/group/vim_dev/msg/b3532b18a40b0bcb), but I am not sure, how to get around this. regards, Christian -- You received this message from the "vim_dev" 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
