commit | c838626fea42ed5924ee6084d87d1b37b2d7b0ff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 08 21:43:02 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 08 21:43:02 2020 +0100 |
tree | a3c0ff790e3ca34197361065dc1089d22084d42b | |
parent | b662591e505e8523634a1c8ddfb7fe44fae880c6 [diff] [blame] |
patch 8.2.0105: Vim license not easy to find on github Problem: Vim license not easy to find on github. Solution: Add a separate LICENCE file. (closes #5458)
diff --git a/src/version.c b/src/version.c index 3362ab5..1f54a4a 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 105, +/**/ 104, /**/ 103,