On Monday, October 22, 2012 11:51:21 AM UTC-5, Charles Campbell wrote: > [email protected] wrote: > > > > What steps will reproduce the problem? > > 1. Open a text file with more than one line > > 2. Move the cursor to a line with more than one 'n' character > > 3. push fn; > > > > What is the expected output? What do you see instead? > > > > The cursor should be at the second 'n' character. Instead, the screen > > blinks and the cursor jumps to the top of the document. > > > > What version of the product are you using? On what operating system? > > > > I'm using vim 7.3.709 on Arch Linux > > > > Issue appears first with 7.3.704 > > > > I can verify that this problem also occurs with Scientific-Linux7.1-709 . >
Interestingly enough, if instead of using "fn", I use ":normal! fn", the cursor movement works as expected without error. But adding a ';' to the normal command beeps and fails. I.e. with the cursor at the beginning of the following line: My new neighbor, Negative Nancy, is not very nice. Pressing fn; will beep and move the cursor at the beginning of the line, as will typing :normal! fn; and hitting <Enter>. But doing :normal fn followed by ; will move the cursor to the start of the word "neighbor". -- 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
