comparison src/version.c @ 4335:3887b02953ce v7.3.917

updated for version 7.3.917 Problem: When a path ends in a backslash appending a comma has the wrong effect. Solution: Replace a trailing backslash with a slash. (Nazri Ramliy)
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Apr 2013 17:34:20 +0200
parents f39af3419570
children 6a8ffaf05856
comparison
equal deleted inserted replaced
4334:8541b4c02df4 4335:3887b02953ce
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 917,
731 /**/ 733 /**/
732 916, 734 916,
733 /**/ 735 /**/
734 915, 736 915,
735 /**/ 737 /**/