commit | 1d84f7608f1e41dad03b8cc7925895437775f7c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 21:35:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 21:35:53 2022 +0100 |
tree | cc276825566021a35b96f93e178e5f2ac621a84b | |
parent | 06d32a0c177e4166ff0491668cd459464bc2ef45 [diff] [blame] |
patch 9.0.0370: cleaning up afterwards can make a function messy Problem: Cleaning up afterwards can make a function messy. Solution: Add the :defer command.
diff --git a/src/version.c b/src/version.c index 9eba6bf..b438a46 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 370, +/**/ 369, /**/ 368,