diff src/version.c @ 6174:96a4fa8e530c v7.4.423

updated for version 7.4.423 Problem: expand("$shell") does not work as documented. Solution: Do not escape the $ when expanding environment variables.
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Aug 2014 12:58:44 +0200
parents 69da1498ce89
children 85a1802ae810
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 */
 /**/
+    423,
+/**/
     422,
 /**/
     421,