commit | 0cbba94b7e2575ba311d4eab316cc5528ffd5b67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 25 16:47:03 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 25 16:47:03 2012 +0200 |
tree | d046867458eb407111993eb8a92648c726dbfccf | |
parent | 9bdb9a0987d45d74322b7403fe2203cfee983493 [diff] [blame] |
updated for version 7.3.614 Problem: Number argument gets turned into a number while it should be a string. Solution: Add flag to the call_vim_function() call. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 15da1d8..3a662a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 614, +/**/ 613, /**/ 612,