]> granicus.if.org Git - vim/commit
patch 8.1.1044: no way to check the reference count of objects v8.1.1044
authorBram Moolenaar <Bram@vim.org>
Sat, 23 Mar 2019 13:23:07 +0000 (14:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 23 Mar 2019 13:23:07 +0000 (14:23 +0100)
commitc3e92c161d6394d126a334011526c02e8c3f655f
tree8861785cc201fd0f1d5741ba0952ee93fe172581
parentb78286903300477bb8578a47b8170b4551e290c8
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)
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_vimscript.vim
src/version.c