diff src/version.c @ 8930:a2aca019ba48 v7.4.1751

commit https://github.com/vim/vim/commit/def5abe0a2727041ecee69afdccfca405333bd24 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 18 19:46:15 2016 +0200 patch 7.4.1751 Problem: Crash when 'tagstack' is off. (Dominique Pelle) Solution: Fix it. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Mon, 18 Apr 2016 20:00:06 +0200
parents e6916e1683bb
children 25c2031e9f9f
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 */
 /**/
+    1751,
+/**/
     1750,
 /**/
     1749,