From 81591b146aadadc52f0216d38e7d19ae25dcabc8 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Tue, 22 Nov 2016 07:19:20 +0900 Subject: vim-patch:7.4.1696 Problem: When using :stopinsert in a silent mapping the "INSERT" message isn't cleared. (Coacher) Solution: Always clear the message. (Christian Brabandt, closes vim/vim#718) https://github.com/vim/vim/commit/fd773e9e88add7d1ffef890fb9f3a00d613b4326 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 8f3619f1e8..f46d356d6f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -748,7 +748,7 @@ static int included_patches[] = { // 1699, // 1698 NA 1697, - // 1696, + 1696, 1695, // 1694 NA // 1693 NA -- cgit