comparison src/version.c @ 6472:22f95a018b13 v7.4.565

updated for version 7.4.565 Problem: Ranges for arguments, buffers, tabs, etc. are not checked to be valid but limited to the maximum. This can cause the wrong thing to happen. Solution: Give an error for an invalid value. (Marcin Szamotulski) Use windows range for ":wincmd".
author Bram Moolenaar <bram@vim.org>
date Wed, 07 Jan 2015 15:57:17 +0100
parents 9657929ee562
children a88d4dc02bf4
comparison
equal deleted inserted replaced
6471:5cd8162022f0 6472:22f95a018b13
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 565,
744 /**/ 746 /**/
745 564, 747 564,
746 /**/ 748 /**/
747 563, 749 563,
748 /**/ 750 /**/