diff src/version.c @ 4191:4dd43d6b3df7 v7.3.847

updated for version 7.3.847 Problem: Test 55 fails when messages are translated. Solution: Set language to C. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Mar 2013 14:50:34 +0100
parents b06bb07d906b
children e49b80f267dc
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 */
 /**/
+    847,
+/**/
     846,
 /**/
     845,