On Tue, Jul 11, 2006 at 09:24:03PM +0100, Vigil wrote: > One thing about this script is that it chucks the cursor to the end of the > word. I wonder if there is a temporary mark we could use to save and > restore the cursor position, or some other way that doesn't move it?
Perhaps some of the new features in vim 7.0 will help here.
:help getpos()
:help setpos()
HTH --Benji Fisher
