rzyns / macvim

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

Misbehaved cursor in normal mode #499

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

  1. Add 'set virtualedit=onemore' to .vimrc
  2. Open a text file on MacVim
  3. In normal-mode, place cursor at beginning of a line
  4. Press 'h'
  5. Note where the cursor lands on previous line

What is the expected output? What do you see instead?

  - Cursor should land after the last character the same way as in insert-mode and visual-mode

What version of MacVim and OS X are you using (see "MacVim->About MacVim"
and  "Apple Menu->About This Mac" menu items, e.g. "Snapshot 40, 10.5.6
Intel")?

  OSX - Mavericks
  Macvim - Snapshot 72 + self-compiled v7.4.183

Please provide any additional information below.
  old but related - http://vim.1045645.n5.nabble.com/Bug-virtualedit-onemore-td1203908.html

Original issue reported on code.google.com by fungl...@gmail.com on 4 Apr 2014 at 5:08