We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6d904 commit 99a764bCopy full SHA for 99a764b
2 files changed
src/beval.c
@@ -10,7 +10,7 @@
10
11
#include "vim.h"
12
13
-#if defined(FEAT_BEVAL) || defined(FEAT_TEXT_PROP) || defined(PROT)
+#if defined(FEAT_BEVAL) || defined(FEAT_TEXT_PROP) || defined(PROTO)
14
/*
15
* Find text under the mouse position "row" / "col".
16
* If "getword" is TRUE the returned text in "*textp" is not the whole line but
src/version.c
@@ -777,6 +777,8 @@ static char *(features[]) =
777
778
static int included_patches[] =
779
{ /* Add new patch number below this line */
780
+/**/
781
+ 1706,
782
/**/
783
1705,
784
0 commit comments