Aleksandar Ivanov wrote: > Hi, I have a weird problem which I have no idea how to debug. I am using > version 7.4.398 > > Let's say that I have a file with such content: > > aaaaaaaaaaaa > bbbbbbbbbbb > ccccccccccccc > > Then I am selecting the start of the three lines in visual block and > starting to insert > > ^ C-v jj I > > I insert '<' then '>' then click the left arrow and insert 'p' then I > press esc. The result I got is > > <p>aaaaaaaaaaaa > bp>abbbbbbbbbb > cp>acccccccccccc > > I could use only letters and it brakes again. That is 'a' then 'b' > then left arrow then 'c'. > If I write it in one go '<' then 'p' then '>', it works correctly. So > it should be something with the left arrow key. > > I've build the vim from source like this: > > ./configure --with-features=huge \ > --enable-rubyinterp \ > --enable-pythoninterp \ > --enable-perlinterp \ > --enable-luainterp \ > --enable-cscope > > make && sudo make install > > In the ~/.vimrc I have only > > set nocompatible > set backspace=indent,eol,start > > Also there is nothing in ~/.vim/ > > I am using iterm with TERM='xterm-256color' (but it brakes also in the > terminal app and with TERM=xterm) > > Does anyone has had such a problem? Any suggestions how to fix/debug it?
Christian Brabandt tried to make this work, e.g. with patch 7.4.085. Apparently there still is a situation where the start of the insert isn't remembered properly. -- hundred-and-one symptoms of being an internet addict: 14. You start introducing yourself as "Jim at I-I-Net dot net dot au" /// 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_mac" 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_mac" 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.
