diff src/version.c @ 13654:bc28260e2a2e v8.0.1699

patch 8.0.1699: leftover stuff for Python 1.4 commit https://github.com/vim/vim/commit/9ce4213b0322477ace1df5e0aa356b1a5551b445 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 11 22:19:36 2018 +0200 patch 8.0.1699: leftover stuff for Python 1.4 Problem: Leftover stuff for Python 1.4. Solution: Remove outdated Python 1.4 stuff. (Naoki Inada, closes https://github.com/vim/vim/issues/2794)
author Christian Brabandt <cb@256bit.org>
date Wed, 11 Apr 2018 22:30:07 +0200
parents a87e16662e48
children 20aa79e15bb4
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1699,
+/**/
     1698,
 /**/
     1697,