commit | 99a7c0d89cf77c0a908b60191e63f41f04f9e793 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 21 19:55:14 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 21 19:55:14 2023 +0000 |
tree | f69745ee2fa5641b0934326c92cdd6920df59e56 | |
parent | cfce5cf542db20c7beba5b4211c0ae3305a64a43 [diff] [blame] |
patch 9.0.1338: :defcompile and :disassemble can't find class method Problem: :defcompile and :disassemble can't find class method. (Ernie Rael) Solution: Make a class name and class.method name work. (closes #11984)
diff --git a/src/version.c b/src/version.c index a665a2a..6b8e2bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1338, +/**/ 1337, /**/ 1336,