diff src/version.c @ 19089:9185ddf4cded v8.2.0105

patch 8.2.0105: Vim license not easy to find on github Commit: https://github.com/vim/vim/commit/c838626fea42ed5924ee6084d87d1b37b2d7b0ff Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 8 21:43:02 2020 +0100 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 https://github.com/vim/vim/issues/5458)
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Jan 2020 21:45:04 +0100
parents e3848b251a01
children 1c75e1974313
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    105,
+/**/
     104,
 /**/
     103,