diff src/version.c @ 8751:7f974075eb8f v7.4.1664

commit https://github.com/vim/vim/commit/89c64d557dbe0bacfdd7b2872411b00cc1523d85 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 27 18:44:40 2016 +0200 patch 7.4.1664 Problem: Crash in :cgetexpr. Solution: Check for NULL pointer. (Dominique) Add a test.
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Mar 2016 18:45:04 +0200
parents 65a5a18d3acf
children df91c8263f04
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1664,
+/**/
     1663,
 /**/
     1662,