diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-07-16 19:27:29 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-07-16 19:27:29 +0200 |
commit | b5c9cb555ef84d4db5f6feafd49b9ac079615968 (patch) | |
tree | 21c110b815dfdecb11173138e7fe44a32a7e4b62 /src/version.c | |
parent | bdb620560b3199828f9852e9c9453d56e951a5f9 (diff) | |
download | vim-git-b5c9cb555ef84d4db5f6feafd49b9ac079615968.tar.gz |
updated for version 7.3.604v7.3.604
Problem: inputdialog() doesn't use the cancel argument in the console.
(David Fishburn)
Solution: Use the third argument. (Christian Brabant)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 6bf9708f3..80d8c7547 100644 --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 604, +/**/ 603, /**/ 602, |