diff src/version.c @ 7768:3d8e4e0d7127 v7.4.1181

commit https://github.com/vim/vim/commit/6650a694547eb744afa060ec62dd8270e99db9f2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 26 19:59:10 2016 +0100 patch 7.4.1181 Problem: free_tv() can't handle special variables. (Damien) Solution: Add the variable type.
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Jan 2016 20:00:05 +0100
parents 9c0d554a497e
children 42c1a4e63d12
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1181,
+/**/
     1180,
 /**/
     1179,