commit | fa79be6b10e1d34fd697a56e85f6c0ce101f3d62 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 02 10:29:45 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 02 10:29:45 2020 +0200 |
tree | 2b7a913eb754f787bad81f442a348dbae0b92c02 | |
parent | bdf931c25b4fe78877106ca529baee7899d0f6a4 [diff] [blame] |
patch 8.2.1784: commits are not scanned for security problems Problem: commits are not scanned for security problems Solution: Enable Github code scanning. (Christian Brabandt, closes #7057)
diff --git a/src/version.c b/src/version.c index d2d285f..31e8359 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1784, +/**/ 1783, /**/ 1782,