commit | fd773e9e88add7d1ffef890fb9f3a00d613b4326 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 19:39:16 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 19:39:16 2016 +0200 |
tree | 2dea278681e15b36135ce8f89bd1e8eae006cab1 | |
parent | 8bc189e81aa98ba4aebb03a9dc9527a210fce816 [diff] [blame] |
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 #718)
diff --git a/src/version.c b/src/version.c index e7235c1..ab2cc39 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1696, +/**/ 1695, /**/ 1694,