commit | 401d9ffb5a8a40102c000c2d2614aa043f541f90 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 19 18:14:44 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 19 18:14:44 2020 +0100 |
tree | 0f85933f885880c25d30d6f59284aaf105ea06ea | |
parent | a2f6e42ded067df8ee682c15aa246491a389b1a0 [diff] [blame] |
patch 8.2.0282: Vim9: setting number option not tested Problem: Vim9: setting number option not tested. Solution: Add more tests. Fix assigning to global variable.
diff --git a/src/version.c b/src/version.c index d02cf9a..f964607 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 282, +/**/ 281, /**/ 280,