Re: Patch 7.0.139

2006-10-17 Thread Stefano Zacchiroli
On Tue, Oct 17, 2006 at 01:40:04PM +0200, Bram Moolenaar wrote: > Patch 7.0.139 > Problem:Using CTRL-PageUp or CTRL-PageDown in Insert mode to go to another > tab page does not prepare for undo properly. (Stefano Zacchiroli) > Solution: Call start_arrow() before switch

Patch 7.0.139

2006-10-17 Thread Bram Moolenaar
Patch 7.0.139 Problem:Using CTRL-PageUp or CTRL-PageDown in Insert mode to go to another tab page does not prepare for undo properly. (Stefano Zacchiroli) Solution: Call start_arrow() before switching tab page. Files: src/edit.c *** ../vim-7.0.138/src/edit.c Sat Oct 14