diff src/version.c @ 8958:12392eb2923a v7.4.1765

commit https://github.com/vim/vim/commit/4694a17d1ec08382f996990a7fac1ac60197ec81 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 21 14:05:23 2016 +0200 patch 7.4.1765 Problem: Undo options are not together in the options window. Solution: Put them together. (Gary Johnson)
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Apr 2016 14:15:06 +0200
parents d9e671c5afe6
children ea3eb5a815b5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,10 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1765,
+/**/
+    1764,
+/**/
     1763,
 /**/
     1762,