commit | 7e569d09d2ec4fa334a2d3d5b0b6dbca16d97133 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 21 21:30:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 21 21:30:50 2022 +0100 |
tree | 28d255b68e20dde43c786e46de9b2963554d494e | |
parent | 8e145b82464a21ee4fdf7948f04e2a1d505f8bfa [diff] [blame] |
patch 8.2.4994: tests are using legacy functions Problem: Tests are using legacy functions. Solution: Convert a few tests to use :def functions.
diff --git a/src/version.c b/src/version.c index e9934a0..6ea31dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4994, +/**/ 4993, /**/ 4992,