commit | ca06da92432a57e5dcf3e0eebd322fae80941a6b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 01 15:12:05 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 01 15:12:05 2018 +0200 |
tree | 3618c893dc8c4111e0d1e77a1cefadd90133815a | |
parent | ffd112edc6a8f72b66c06207bff4431f6aec7b6f [diff] [blame] |
patch 8.1.0134: Lua interface does not support funcref Problem: Lua interface does not support funcref. Solution: Add funcref support. (Luis Carvalho)
diff --git a/src/version.c b/src/version.c index 2bc0eab..94a1701 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 134, +/**/ 133, /**/ 132,