comparison src/version.c @ 4331:d8053e6bf72a v7.3.915

updated for version 7.3.915 Problem: When reading a file with encoding conversion fails at the end the next encoding in 'fencs' is not used. Solution: Retry with another encoding when possible. (Taro Muraoka)
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Apr 2013 16:34:02 +0200
parents 9f642ac84df9
children f39af3419570
comparison
equal deleted inserted replaced
4330:17913b23e7bc 4331:d8053e6bf72a
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 915,
731 /**/ 733 /**/
732 914, 734 914,
733 /**/ 735 /**/
734 913, 736 913,
735 /**/ 737 /**/