comparison src/version.c @ 5417:2a72805a3038 v7.4.059

updated for version 7.4.059 Problem: set_last_cursor() may encounter w_buffer being NULL. (Matt Mkaniaris) Solution: Check for NULL.
author Bram Moolenaar <bram@vim.org>
date Sun, 03 Nov 2013 00:20:52 +0100
parents fa8447ec5823
children 46ca8fcee525
comparison
equal deleted inserted replaced
5416:c2165840cbf2 5417:2a72805a3038
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 59,
741 /**/ 743 /**/
742 58, 744 58,
743 /**/ 745 /**/
744 57, 746 57,
745 /**/ 747 /**/