commit | c3e92c161d6394d126a334011526c02e8c3f655f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 23 14:23:07 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 23 14:23:07 2019 +0100 |
tree | 8861785cc201fd0f1d5741ba0952ee93fe172581 | |
parent | b78286903300477bb8578a47b8170b4551e290c8 [diff] [blame] |
patch 8.1.1044: no way to check the reference count of objects Problem: No way to check the reference count of objects. Solution: Add test_refcount(). (Ozaki Kiichi, closes #4124)
diff --git a/src/version.c b/src/version.c index f6b3724..d0f63ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1044, +/**/ 1043, /**/ 1042,