Script:3059
Talk0
1,599pages on
this wiki
this wiki
Revision as of 07:30, July 21, 2012 by JohnBeckett (Talk | contribs)
Use this page to discuss script 3059 lastpos: last position jump improved for Easy Vim
- Add constructive comments, bug reports, or discuss improvements (see the guideline).
- Do not document the script here (the author should do that on vim.org).
- This page may be out of date: check the script's vim.org page above, and its release notes.
Overview
Edit
With Easy Vim (:help 'insertmode'), the code to perform a last-position-jump can't restore a cursor position beyond EOL, because it will be executed in normal mode. This script overcomes that problem.
