Skip to content

Commit 99a764b

Browse files
committed
patch 8.1.1706: typo in #ifdef
Problem: Typo in #ifdef. Solution: Change PROT to PROTO.
1 parent 4c6d904 commit 99a764b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/beval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include "vim.h"
1212

13-
#if defined(FEAT_BEVAL) || defined(FEAT_TEXT_PROP) || defined(PROT)
13+
#if defined(FEAT_BEVAL) || defined(FEAT_TEXT_PROP) || defined(PROTO)
1414
/*
1515
* Find text under the mouse position "row" / "col".
1616
* If "getword" is TRUE the returned text in "*textp" is not the whole line but

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,8 @@ static char *(features[]) =
777777

778778
static int included_patches[] =
779779
{ /* Add new patch number below this line */
780+
/**/
781+
1706,
780782
/**/
781783
1705,
782784
/**/

0 commit comments

Comments
 (0)