From 38f1ab31fa31196360dc4a31aeb388889b8bd6b8 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 21 Feb 2023 20:09:46 +0000 Subject: patch 9.0.1339: no test for :disassemble with class function Problem: No test for :disassemble with class function. Solution: Add a test. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 6b8e2bc76..12e5fa107 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1339, /**/ 1338, /**/ -- cgit v1.2.1