1
0
forked from aniani/vim

patch 8.2.0478: new buffers are not added to the Buffers menu

Problem:    New buffers are not added to the Buffers menu.
Solution:   Turn number into string. (Yee Cheng Chin, closes #5864)
This commit is contained in:
Bram Moolenaar
2020-03-29 20:08:45 +02:00
parent c58164c5cf
commit 5908fdf72f
3 changed files with 16 additions and 4 deletions

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
478,
/**/
477,
/**/