comparison src/version.c @ 17938:1e86f8b18a5d v8.1.1965

patch 8.1.1965: search count message is not displayed when using a mapping Commit: https://github.com/vim/vim/commit/359ad1a6f92d0d3b4b942ea003fb02dc57bbfc9e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 2 21:44:59 2019 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 Sep 2019 22:00:03 +0200
parents 7f3283683d97
children 079e10a49ea1
comparison
equal deleted inserted replaced
17937:846f904817c0 17938:1e86f8b18a5d
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1965,
764 /**/ 766 /**/
765 1964, 767 1964,
766 /**/ 768 /**/
767 1963, 769 1963,
768 /**/ 770 /**/