commit | 3d2bb8b6f152c0c5056f49bccb350683a9ba2e13 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 16:45:53 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 16:45:53 2021 +0100 |
tree | 2c6f6deecf44d07087b0d59cd692a568faf5a93a | |
parent | 6a12e3342d84a1d754d793ed5019778bd60e7494 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index fe5d219..0ef8006 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2439, +/**/ 2438, /**/ 2437,