commit | eda73607a73fe5ff07eb52981df19c5bae129f70 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 05 09:53:23 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 05 09:53:23 2014 +0100 |
tree | cd36bd136fd8a7d24ff4d88d99de4a83f8df32a4 | |
parent | 086329d3f6b1182b6817433a1c498e1e746d2a3b [diff] [blame] |
updated for version 7.4.494 Problem: Cursor shape is wrong after a CompleteDone autocommand. Solution: Update the cursor and mouse shape after ":normal" restores the state. (Jacob Niehus)
diff --git a/src/version.c b/src/version.c index 378818e..ec0e667 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 494, +/**/ 493, /**/ 492,