aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/tag.c2
-rw-r--r--src/nvim/version.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/tag.c b/src/nvim/tag.c
index 597f737410..f83154afbf 100644
--- a/src/nvim/tag.c
+++ b/src/nvim/tag.c
@@ -1862,7 +1862,7 @@ parse_line:
&& memcmp(mfp2->match, mfp->match,
(size_t)mfp->len) == 0)
break;
- line_breakcheck();
+ fast_breakcheck();
}
if (i < 0) {
((struct match_found **)(ga_match[mtt].ga_data))
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 7de0b508a3..8e7ad2199f 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -103,7 +103,7 @@ static int included_patches[] = {
// 2340 NA
// 2339,
// 2338 NA
- // 2337,
+ 2337,
// 2336,
// 2335,
// 2334,