Since some patches (right now at 7.3.712) I experience the following behavior ([] denotes the cursor position, the character after the arrow the input):
a[a]aa -> a aa[]aa -> <spc> aa []aa -> ^ aa []aa -> <spc> " Should result in "aa ^[]aa" aa []aa -> <esc> aa[ ]aa -> s " gA shows 0x20 []$a aa " Should result in "aa[]$aa" This seems to be a bug. Can anyone verify this (Windows 7 64 bit; MinGW-compiled (64-bit))? Addendum: This also seems to happen with apostrophes. -- 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
