comparison src/version.c @ 6422:9fbb9c60ab41 v7.4.541

updated for version 7.4.541 Problem: Crash when doing a range assign. Solution: Check for NULL poiter. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Sun, 07 Dec 2014 00:18:33 +0100
parents 93aca8cdd7b8
children de877dab1c31
comparison
equal deleted inserted replaced
6421:5d89d9b40499 6422:9fbb9c60ab41
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 541,
744 /**/ 746 /**/
745 540, 747 540,
746 /**/ 748 /**/
747 539, 749 539,
748 /**/ 750 /**/