commit | 5800c798385b4a7eded9ea63cfd4f57d1499a673 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 17:34:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 17:34:01 2022 +0100 |
tree | 7797bc071600b9c254e37a2dd71465d40216efff | |
parent | f1c60d4bf10794265b828afd9c5f7eddacada10b [diff] [blame] |
patch 9.0.0549: duplicated code in calling a :def function Problem: Duplicated code in calling a :def function. Solution: Simplify the code.
diff --git a/src/version.c b/src/version.c index 2ad2658..e3a3a0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 549, +/**/ 548, /**/ 547,