diff options
author | Bram Moolenaar <Bram@vim.org> | 2023-02-21 20:09:46 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2023-02-21 20:09:46 +0000 |
commit | 38f1ab31fa31196360dc4a31aeb388889b8bd6b8 (patch) | |
tree | b6179e40deb07b714613d13fab5045f91de08587 /src/version.c | |
parent | 99a7c0d89cf77c0a908b60191e63f41f04f9e793 (diff) | |
download | vim-git-9.0.1339.tar.gz |
patch 9.0.1339: no test for :disassemble with class functionv9.0.1339
Problem: No test for :disassemble with class function.
Solution: Add a test.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 6b8e2bc76..12e5fa107 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1339, +/**/ 1338, /**/ 1337, |