comparison 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
comparison
equal deleted inserted replaced
24507:b5fc06b7a412 24508:09bfa6e3859c
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2794,
753 /**/ 755 /**/
754 2793, 756 2793,
755 /**/ 757 /**/
756 2792, 758 2792,
757 /**/ 759 /**/