Andre Sihera wrote: > Admittedly I am using a slightly old version of Vim (7.3.712). However, I > wanted to check the behaviour of the dot command. > > I open the R command, type text, moving onto the next line, type more text, > then close the R command. I know that if you change line in the middle of > any kind of insert, typically only the last line is available via the "." > command. > > However, in this case the replace command is repeated as an insert. > > e.g. > > Before: > > abcdefgh > ijklmnop > > After Replace command (cursor position indicated by ^): > > xxxxefgh > xxxxmnop > ^ > > After ".": > > xxxxefgh > xxxxxxxxmnop > > Expected: > > xxxxefgh > xxxxxxxx > > > Can anybody confirm if this behaviour by design (e.g. for POSIX > compatibility) > or if it's a bug?
It's not clear to me what exactly you typed. Please mention exactly the keys that you typed. -- Bumper sticker: Honk if you love peace and quiet. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
