0
0
mirror of https://github.com/vim/vim.git synced 2025-10-04 05:25:06 -04:00

patch 9.0.1518: search stats not always visible when searching backwards

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)
This commit is contained in:
Christian Brabandt
2023-05-06 19:20:20 +01:00
committed by Bram Moolenaar
parent 00d07e7682
commit 34a6a3617b
7 changed files with 70 additions and 6 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1518,
/**/
1517,
/**/