summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-07-16 19:27:29 +0200
committerBram Moolenaar <Bram@vim.org>2012-07-16 19:27:29 +0200
commitb5c9cb555ef84d4db5f6feafd49b9ac079615968 (patch)
tree21c110b815dfdecb11173138e7fe44a32a7e4b62 /src/version.c
parentbdb620560b3199828f9852e9c9453d56e951a5f9 (diff)
downloadvim-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.c2
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,