diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    915,
+/**/
     914,
 /**/
     913,