prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 161 forks source link

Navigating over the last line crashes pyvim #7

Open moigagoo opened 9 years ago

moigagoo commented 9 years ago
  1. Open this file with pyvim: https://bitbucket.org/moigagoo/sloth-ci/src/default/setup.py
  2. Navigate down with ↓
  3. When you hit the end of the file, this happens: https://gist.github.com/moigagoo/114f1df1627d89a92b05

Using Python 3.4 on Windows 10 TP.

jonathanslenders commented 9 years ago

Thanks for reporting! I'll try to fix this.

moigagoo commented 9 years ago

Thank you for the awesome product!