summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-05-06 19:20:20 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-06 19:20:20 +0100
commit34a6a3617b5b6ce11372439f14762caddc4b0cea (patch)
treeb3b012ab463ed4c20c94285c03983503aebd85e3 /src/version.c
parent00d07e7682d289c3afee9df557ae909b9b403f9c (diff)
patch 9.0.1518: search stats not always visible when searching backwardsv9.0.1518
Problem: Search stats not always visible when searching backwards. Solution: Do not display the top/bot message on top of the search stats. (Christian Brabandt, closes #12322, closes #12222)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index dc17976de8..cf3532434c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1518,
+/**/
1517,
/**/
1516,