commit | 9067cd6cdfdc0bb869aa7f5d2a6c607ea8255239 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 01 00:41:54 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 01 00:41:54 2019 +0100 |
tree | 35d7bf43d853823feca230e914e6486f90e15682 | |
parent | e1e714ef0d1f4bb8b1712795e9106e3b4ff4c7bd [diff] [blame] |
patch 8.1.0672: the Lua interface doesn't know about v:null Problem: The Lua interface doesn't know about v:null. Solution: Add Lua support for v:null. (Uji, closes #3744)
diff --git a/src/version.c b/src/version.c index 3de4461..623d2a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 672, +/**/ 671, /**/ 670,