diff src/version.c @ 8704:8af6e33e4d4c v7.4.1641

commit https://github.com/vim/vim/commit/5ca84ce4aa2832041f843e624c222bbc1f4d3e14 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 23 22:28:25 2016 +0100 patch 7.4.1641 Problem: Using unterminated string. Solution: Add NUL before calling vim_strsave_shellescape(). (James McCoy)
author Christian Brabandt <cb@256bit.org>
date Wed, 23 Mar 2016 22:30:07 +0100
parents 39d6e4f2f748
children f63892cfe283
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 */
 /**/
+    1641,
+/**/
     1640,
 /**/
     1639,