commit | f973eeb4911de09258e84cb2248dc0f9392824b4 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Dec 22 18:19:26 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 22 18:19:26 2021 +0000 |
tree | 81ac7737af13f9eff0d6b69306b7ed6691d23804 | |
parent | 1aeccdb464d81f0af047b399cbad160307a91f7c [diff] [blame] |
patch 8.2.3871: list.c contains code for dict and blob Problem: List.c contains code for dict and blob. Solution: Refactor to put code where it belongs. (Yegappan Lakshmanan, closes #9386)
diff --git a/src/version.c b/src/version.c index 50902d6..3ce7063 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3871, +/**/ 3870, /**/ 3869,