commit | 15a35c4f4a1670dd6ca228068a451f78d2bf75e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 25 12:26:46 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 25 12:26:46 2014 +0200 |
tree | 3e120d1ecd51030b00a8b76eb77ad85bb8a7af3a | |
parent | 78159bbf9e241f162b1243853f45d08a3d81f1be [diff] [blame] |
updated for version 7.4.337 Problem: When there is an error preparing to edit the command line, the command won't be executed. (Hirohito Higashi) Solution: Reset did_emsg before editing.
diff --git a/src/version.c b/src/version.c index bb63095..2376b69 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 337, +/**/ 336, /**/ 335,