comparison 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
comparison
equal deleted inserted replaced
8703:5b56d1038729 8704:8af6e33e4d4c
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1641,
751 /**/ 753 /**/
752 1640, 754 1640,
753 /**/ 755 /**/
754 1639, 756 1639,
755 /**/ 757 /**/