commit | 8af87bd6b1808ffcafdd73b1d7501dd50b9d15bc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 25 11:16:50 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 25 11:16:50 2021 +0000 |
tree | 51f035198f1c2d559525b07a5a3b2a3464b8e1cb | |
parent | bd228fd097b41a798f90944b5d1245eddd484142 [diff] [blame] |
patch 8.2.3670: error checks repeated several times Problem: Error checks repeated several times. Solution: Move the checks to functions. (closes #9213)
diff --git a/src/version.c b/src/version.c index da5871e..1918890 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3670, +/**/ 3669, /**/ 3668,