summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-08-08 14:33:21 +0200
committerBram Moolenaar <Bram@vim.org>2012-08-08 14:33:21 +0200
commit04b2751899886a18399286b92ef097ec8a74e911 (patch)
tree5b1d52b0f9d813cfb8c449f6e6115c261b896403 /src/version.c
parentc271c48e8043ec388487b7489fb4692a154791d8 (diff)
downloadvim-git-04b2751899886a18399286b92ef097ec8a74e911.tar.gz
updated for version 7.3.624v7.3.624
Problem: When cancelling input() it returns the third argument. That should only happen for inputdialog(). Solution: Check if inputdialog() was used. (Hirohito Higashi)
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 67ab5e726..c8889e49e 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 */
/**/
+ 624,
+/**/
623,
/**/
622,