comparison src/version.c @ 3768:79ac6744237c v7.3.642

updated for version 7.3.642 Problem: Segfault with specific autocommands. Was OK after 7.3.449 and before 7.3.545. (Richard Brown) Solution: Pass TRUE for abort_if_last in the call to close_buffer(). (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 Aug 2012 15:50:26 +0200
parents c068389057c9
children fdac34e3afa5
comparison
equal deleted inserted replaced
3767:27a00ce01a2a 3768:79ac6744237c
717 NULL 717 NULL
718 }; 718 };
719 719
720 static int included_patches[] = 720 static int included_patches[] =
721 { /* Add new patch number below this line */ 721 { /* Add new patch number below this line */
722 /**/
723 642,
722 /**/ 724 /**/
723 641, 725 641,
724 /**/ 726 /**/
725 640, 727 640,
726 /**/ 728 /**/