sunnyranjan12 / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

fn; jumps to top of document #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Please provide any additional information below.

Issue appears first with 7.3.704

Original issue reported on code.google.com by j.kenton...@googlemail.com on 22 Oct 2012 at 2:56

GoogleCodeExporter commented 9 years ago
Patch 7.3.710 fixes this.

Original comment by brammool...@gmail.com on 23 Oct 2012 at 3:09