diff src/version.c @ 5780:d2286df8719d v7.4.234

updated for version 7.4.234 Problem: Can't get the command that was used to start Vim. Solution: Add v:progpath. (Viktor Kojouharov)
author Bram Moolenaar <bram@vim.org>
date Tue, 01 Apr 2014 19:55:49 +0200
parents 22a1d5762ba3
children 5ab2946f7ce5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    234,
+/**/
     233,
 /**/
     232,