0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.1.1965: search count message is not displayed when using a mapping

Problem:    The search count message is not displayed when using a mapping.
            (Gary Johnson)
Solution:   Ignore cmd_silent for showing the search count. (Christian
            Brabandt)
This commit is contained in:
Bram Moolenaar
2019-09-02 21:44:59 +02:00
parent c36350bca3
commit 359ad1a6f9
2 changed files with 63 additions and 54 deletions

View File

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