changeset 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 3a7b7dbf70f1
children 2a82ba1d2dd9
files src/beval.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/beval.c
+++ b/src/beval.c
@@ -10,7 +10,7 @@
 
 #include "vim.h"
 
-#if defined(FEAT_BEVAL) || defined(FEAT_TEXT_PROP) || defined(PROT)
+#if defined(FEAT_BEVAL) || defined(FEAT_TEXT_PROP) || defined(PROTO)
 /*
  * Find text under the mouse position "row" / "col".
  * If "getword" is TRUE the returned text in "*textp" is not the whole line but
--- 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,