diff src/version.c @ 24508:09bfa6e3859c v8.2.2794

patch 8.2.2794: Linux users don't know how to get ncurses Commit: https://github.com/vim/vim/commit/16678eb50f7fcb7138600bd0364edb2c9def8cb8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 21 11:57:59 2021 +0200 patch 8.2.2794: Linux users don't know how to get ncurses Problem: Linux users don't know how to get ncurses. Solution: Add the name of the package. (closes https://github.com/vim/vim/issues/8132)
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Apr 2021 12:00:05 +0200
parents cf773d752eb9
children b5786b4de9d1
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 */
 /**/
+    2794,
+/**/
     2793,
 /**/
     2792,