commit | daa270289b0eeb8467b1fea47e72d4727f2f7d28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 24 22:33:30 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 24 22:33:30 2013 +0200 |
tree | c56b7b6cceed1a2f7409844dbf399ae453e1aa5e | |
parent | c8c13a0307bd6a6b5d27875de03d01a3e3ff311c [diff] [blame] |
updated for version 7.3.1242 Problem: No failure when trying to use a number as a string. Solution: Give an error when StringToLine() is called with an instance of the wrong type. (Jun Takimoto)
diff --git a/src/version.c b/src/version.c index 41e9e4d..cd80401 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1242, +/**/ 1241, /**/ 1240,