commit | 359ad1a6f92d0d3b4b942ea003fb02dc57bbfc9e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 02 21:44:59 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 02 21:44:59 2019 +0200 |
tree | 0f819069945a9d0d79718f73e42e1f341090ddd0 | |
parent | c36350bca3eed8ef97061e28c38b5b89cae1f13e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c159705..af01f26 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1965, +/**/ 1964, /**/ 1963,