diff src/version.c @ 6581:05202d6ba0ef v7.4.617

updated for version 7.4.617 Problem: Wrong ":argdo" range does not cause an error. Solution: Reset "cmd" to NULL. (Marcin Szamotulski, Ingo Karkat)
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 19:10:53 +0100
parents a287b0e9e87b
children d129b939a190
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    617,
+/**/
     616,
 /**/
     615,