commit | b5c9cb555ef84d4db5f6feafd49b9ac079615968 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 16 19:27:29 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 16 19:27:29 2012 +0200 |
tree | 21c110b815dfdecb11173138e7fe44a32a7e4b62 | |
parent | bdb620560b3199828f9852e9c9453d56e951a5f9 [diff] [blame] |
updated for version 7.3.604 Problem: inputdialog() doesn't use the cancel argument in the console. (David Fishburn) Solution: Use the third argument. (Christian Brabant)
diff --git a/src/version.c b/src/version.c index 6bf9708..80d8c75 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 604, +/**/ 603, /**/ 602,