comparison src/version.c @ 5816:29eb4c2a33ac v7.4.251

updated for version 7.4.251 Problem: Crash when BufAdd autocommand wipes out the buffer. Solution: Check for buffer to still be valid. Postpone freeing the buffer structure. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Sun, 06 Apr 2014 20:45:43 +0200
parents a8f3f4589628
children a43a8262e1ce
comparison
equal deleted inserted replaced
5815:d735e62f5925 5816:29eb4c2a33ac
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 251,
737 /**/ 739 /**/
738 250, 740 250,
739 /**/ 741 /**/
740 249, 742 249,
741 /**/ 743 /**/