diff src/version.c @ 8829:a2c27f6aaf3a v7.4.1702

commit https://github.com/vim/vim/commit/4afc7c5d4a73340831077a02bfe1f74935e7f4a1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 3 14:56:52 2016 +0200 patch 7.4.1702 Problem: Using freed memory when parsing 'printoptions' fails. Solution: Save the old options and restore them in case of an error. (Dominique)
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Apr 2016 15:00:06 +0200
parents c154fbd3004f
children 6f41d68aa68e
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 */
 /**/
+    1702,
+/**/
     1701,
 /**/
     1700,