diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-10-02 10:29:45 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-10-02 10:29:45 +0200 |
commit | fa79be6b10e1d34fd697a56e85f6c0ce101f3d62 (patch) | |
tree | 2b7a913eb754f787bad81f442a348dbae0b92c02 /src | |
parent | bdf931c25b4fe78877106ca529baee7899d0f6a4 (diff) | |
download | vim-git-fa79be6b10e1d34fd697a56e85f6c0ce101f3d62.tar.gz |
patch 8.2.1784: commits are not scanned for security problemsv8.2.1784
Problem: commits are not scanned for security problems
Solution: Enable Github code scanning. (Christian Brabandt, closes #7057)
Diffstat (limited to 'src')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index d2d285f10..31e835902 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1784, +/**/ 1783, /**/ 1782, |