comparison 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
comparison
equal deleted inserted replaced
6173:0ecbaf8b09d9 6174:96a4fa8e530c
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 423,
744 /**/ 746 /**/
745 422, 747 422,
746 /**/ 748 /**/
747 421, 749 421,
748 /**/ 750 /**/