commit | 4a15504e911bc90a29d862862f0b7a46d8acd12a | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Jul 30 21:32:45 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 30 21:32:45 2021 +0200 |
tree | db22db4ff9f4a48327a9f6c442b9e241bcebb2f9 | |
parent | 0f5575d0a7316a9c9a4b02df3372a07514cd8f26 [diff] [blame] |
patch 8.2.3252: duplicated code for adding buffer lines Problem: Duplicated code for adding buffer lines. Solution: Move code to a common function. Also move map functions to map.c. (Yegappan Lakshmanan, closes #8665)
diff --git a/src/version.c b/src/version.c index 046d1e7..ebd2c56 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3252, +/**/ 3251, /**/ 3250,