commit | f4140488c72cad4dbf5449dba099cfa7de7bbb22 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 15 23:06:45 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 15 23:06:45 2020 +0100 |
tree | ef69c7720d31e0871cd01c41d447a5440e9d8e9c | |
parent | ebdf3c964a901fc00c9009689f7cfda478342c51 [diff] [blame] |
patch 8.2.0260: several lines of code are duplicated Problem: Several lines of code are duplicated. Solution: Move duplicated code to a function. (Yegappan Lakshmanan, closes #5330)
diff --git a/src/version.c b/src/version.c index 7dacf84..a77a7c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 260, +/**/ 259, /**/ 258,