comparison src/version.c @ 6347:79a667b879e7 v7.4.506

updated for version 7.4.506 Problem: MS-Windows: Cannot open a file with 259 characters. Solution: Fix off-by-one error. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Nov 2014 19:33:24 +0100
parents 9bc6ce142cc3
children 5b2ff413125b
comparison
equal deleted inserted replaced
6346:3f635c133c03 6347:79a667b879e7
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 506,
744 /**/ 746 /**/
745 505, 747 505,
746 /**/ 748 /**/
747 504, 749 504,
748 /**/ 750 /**/