commit | 5f63938447f3eebd1fc4add999ff8d5b42899178 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 22:05:19 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 22:05:19 2021 +0100 |
tree | fecb138afb7bbf975f01d89db0a12e6cd8f5f919 | |
parent | 67977821270bd328cd37c4ace38fb97f21ad4fd5 [diff] [blame] |
patch 8.2.2292: Vim: expr test fails Problem: Vim: expr test fails. Solution: Add missing part of "null" support.
diff --git a/src/version.c b/src/version.c index 4a42d49..6b96628 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2292, +/**/ 2291, /**/ 2290,