commit | 278e83863b2c7329f6712b8809e4aa5e6a50e13f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 13 18:25:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 13 18:25:33 2020 +0200 |
tree | 8522f698730046d662834c5370a18d7060d62a02 | |
parent | df1956075d9ff7b5869fb548734bc2a7be2bce44 [diff] [blame] |
patch 8.2.0573: using :version twice leaks memory Problem: using :version twice leaks memory Solution: Only initialize variables once. (Dominique Pelle, closes #5917)
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 63d97e8..db74f05 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -285,6 +285,7 @@ test_utf8 \ test_utf8_comparisons \ test_vartabs \ + test_version \ $(TEST_VIM9) \ test_viminfo \ test_vimscript \