summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-02 10:29:45 +0200
committerBram Moolenaar <Bram@vim.org>2020-10-02 10:29:45 +0200
commitfa79be6b10e1d34fd697a56e85f6c0ce101f3d62 (patch)
tree2b7a913eb754f787bad81f442a348dbae0b92c02 /src
parentbdf931c25b4fe78877106ca529baee7899d0f6a4 (diff)
downloadvim-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.c2
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,