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/ex_docmd.c b/src/ex_docmd.c index 26f4219..e5de379 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -10040,6 +10040,7 @@ { restart_edit = 0; stop_insert_mode = TRUE; + clearmode(); } /*