commit | a06ec8f345eabb66e5b7d7c0192cfebdde63115d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 08 20:11:07 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 08 20:11:07 2016 +0200 |
tree | c6d2b5213c112e772c1f48b9978909660fe0ada7 | |
parent | ba768495c2e6bae74e49d22d489fbf211ecad55e [diff] [blame] |
patch 7.4.2002 Problem: Crash when passing number to filter() or map(). Solution: Convert to a string. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index 4dcb286..38193e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2002, +/**/ 2001, /**/ 2000,