commit | e40d75f6ef73095286b66e546c70ff6f045e009d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 15 18:00:19 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 15 18:00:19 2016 +0200 |
tree | 81c60d7c7643a4a13db5a3d28313597e8a1dec7c | |
parent | 73a733e08bb7853d2ac12c60756ae51e39abb4d9 [diff] [blame] |
patch 7.4.1831 Problem: When timer_stop() is called with a string there is no proper error message. Solution: Require getting a number. (Bjorn Linse)
diff --git a/src/version.c b/src/version.c index caf1e46..e1297c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1831, +/**/ 1830, /**/ 1829,