diff 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
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 */
 /**/
+    917,
+/**/
     916,
 /**/
     915,