On Thu, Jul 9, 2009 at 8:06 PM, Bram Moolenaar wrote: > > Patch 7.2.226 > Problem: ml_get error after deleting the last line. (Xavier de Gaye) > Solution: When adjusting marks a callback may be invoked. Adjust the cursor > position before invoking deleted_lines_mark(). > Files: src/ex_cmds.c, src/ex_docmd.c, src/if_mzsch.c, src/if_python.c, > src/if_perl.xs, src/misc1.c >
Bram, This fixes the problem reported in my previous mail "invalid cursor lnum position in del_lines()". I have tested 7.2.226 with subversion version 1553: hitting the step key for 60 seconds does not reproduce the problem. Thanks. Xavier --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
