diff src/version.c @ 23796:4284b0a2b901 v8.2.2439

patch 8.2.2439: not easy to figure out what packages to get Commit: https://github.com/vim/vim/commit/3d2bb8b6f152c0c5056f49bccb350683a9ba2e13 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 31 16:45:53 2021 +0100 patch 8.2.2439: not easy to figure out what packages to get Problem: Not easy to figure out what packages to get when installing Vim on a new Ubuntu system. Solution: Mention explicit commands that are easy to follow.
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 Jan 2021 17:00:04 +0100
parents 21a5d3aecd0e
children 59efd230b373
line wrap: on
line diff
--- 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 */
 /**/
+    2439,
+/**/
     2438,
 /**/
     2437,