diff src/version.c @ 17415:6f15977fb40e v8.1.1706

patch 8.1.1706: typo in #ifdef commit https://github.com/vim/vim/commit/99a764bccd995a6cfe3206909f0076ef84d77506 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 17 20:01:48 2019 +0200 patch 8.1.1706: typo in #ifdef Problem: Typo in #ifdef. Solution: Change PROT to PROTO.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Jul 2019 20:15:06 +0200
parents 40417757dffd
children aa4532c1d001
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1706,
+/**/
     1705,
 /**/
     1704,