comparison src/version.c @ 4021:915fb3d2dd8f v7.3.765

updated for version 7.3.765 Problem: Segfault when doing "cclose" on BufUnload in a python function. (Sean Reifschneider) Solution: Skip window with NULL buffer. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 17 Jan 2013 14:00:11 +0100
parents b29e55d0ef01
children b5103b7d9e12
comparison
equal deleted inserted replaced
4020:e8efce959c5b 4021:915fb3d2dd8f
723 NULL 723 NULL
724 }; 724 };
725 725
726 static int included_patches[] = 726 static int included_patches[] =
727 { /* Add new patch number below this line */ 727 { /* Add new patch number below this line */
728 /**/
729 765,
728 /**/ 730 /**/
729 764, 731 764,
730 /**/ 732 /**/
731 763, 733 763,
732 /**/ 734 /**/