commit | 38f1ab31fa31196360dc4a31aeb388889b8bd6b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 21 20:09:46 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 21 20:09:46 2023 +0000 |
tree | b6179e40deb07b714613d13fab5045f91de08587 | |
parent | 99a7c0d89cf77c0a908b60191e63f41f04f9e793 [diff] [blame] |
patch 9.0.1339: no test for :disassemble with class function Problem: No test for :disassemble with class function. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 6b8e2bc..12e5fa1 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1339, +/**/ 1338, /**/ 1337,