comparison src/version.c @ 6345:9bc6ce142cc3 v7.4.505

updated for version 7.4.505 Problem: On MS-Windows when 'encoding' is a double-byte encoding a file name longer than MAX_PATH bytes but shorter than that in characters causes problems. Solution: Fail on file names longer than MAX_PATH bytes. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Nov 2014 18:36:03 +0100
parents edfa81ea1711
children 79a667b879e7
comparison
equal deleted inserted replaced
6344:8a860e8b02e1 6345:9bc6ce142cc3
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 505,
744 /**/ 746 /**/
745 504, 747 504,
746 /**/ 748 /**/
747 503, 749 503,
748 /**/ 750 /**/