comparison src/version.c @ 5958:f7bc601823e5 v7.4.320

updated for version 7.4.320 Problem: Possible crash when an BufLeave autocommand deletes the buffer. Solution: Check for the window pointer being valid. Postpone freeing the window until autocommands are done. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Thu, 12 Jun 2014 14:01:31 +0200
parents a076237d1c38
children c052937aae8c
comparison
equal deleted inserted replaced
5957:c4d8afa9f89c 5958:f7bc601823e5
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 320,
737 /**/ 739 /**/
738 319, 740 319,
739 /**/ 741 /**/
740 318, 742 318,
741 /**/ 743 /**/