]> granicus.if.org Git - vim/commitdiff
patch 8.1.1706: typo in #ifdef v8.1.1706
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Jul 2019 18:01:48 +0000 (20:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Jul 2019 18:01:48 +0000 (20:01 +0200)
Problem:    Typo in #ifdef.
Solution:   Change PROT to PROTO.

src/beval.c
src/version.c

index dc8966fe2fc692b1b4e3ca1ee1fdfa11bf3203cd..193964667abc62bc1574786e4caffda61eb1d0dc 100644 (file)
@@ -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
index bc8dab72809a1f44c7be10f253171210b510341f..573f7414236a9d7801d42289ddcc466225c51469 100644 (file)
@@ -777,6 +777,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1706,
 /**/
     1705,
 /**/