commit | 38e2b0636b23fd5a7b2da0a86bbca714ba98e31b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 17:15:39 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 17:15:39 2011 +0200 |
tree | 48e265e6944c42df131d9575d799ab1250ff5507 | |
parent | 50f834dfb2a06e7e5ecf937bc32d6d711e5883a5 [diff] [blame] |
updated for version 7.3.317 Problem: Calling debug.debug() in Lua may cause Vim to hang. Solution: Add a better debug method. (Rob Hoelz, Luis Carvalho)
diff --git a/src/version.c b/src/version.c index d67e8d8..35ed103 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 317, +/**/ 316, /**/ 315,