]> granicus.if.org Git - vim/commit
patch 8.1.1965: search count message is not displayed when using a mapping v8.1.1965
authorBram Moolenaar <Bram@vim.org>
Mon, 2 Sep 2019 19:44:59 +0000 (21:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 2 Sep 2019 19:44:59 +0000 (21:44 +0200)
commit359ad1a6f92d0d3b4b942ea003fb02dc57bbfc9e
tree0f819069945a9d0d79718f73e42e1f341090ddd0
parentc36350bca3eed8ef97061e28c38b5b89cae1f13e
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)
src/search.c
src/version.c