comparison src/version.c @ 6551:4e31d9f7c896 v7.4.602

updated for version 7.4.602 Problem: ":set" does not accept hex numbers as documented. Solution: Use vim_str2nr(). (ZyX)
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 15:58:40 +0100
parents 2561531decf1
children 0c8738124a7b
comparison
equal deleted inserted replaced
6550:0a62a4203939 6551:4e31d9f7c896
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 602,
744 /**/ 746 /**/
745 601, 747 601,
746 /**/ 748 /**/
747 600, 749 600,
748 /**/ 750 /**/