diff src/version.c @ 7038:76042a56ab85 v7.4.832

commit https://github.com/vim/vim/commit/be83b73ddb2ee8297037166d243f72e3423a3ce3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 25 14:21:19 2015 +0200 patch 7.4.832 Problem: $HOME in is expanded too early. Solution: Skip over when expanding environment names.
author Christian Brabandt <cb@256bit.org>
date Tue, 25 Aug 2015 17:20:26 +0200
parents 5f00b8d7148f
children 17a3fa77e941
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 */
 /**/
+    832,
+/**/
     831,
 /**/
     830,