0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.1.2211: listener callback "added" argument is not the total

Problem:    Listener callback "added" argument is not the total. (Andy
            Massimino)
Solution:   Compute the total. (closes #5105)
This commit is contained in:
Bram Moolenaar
2019-10-24 20:07:07 +02:00
parent b754b5bf6d
commit 336bf2b8b2
3 changed files with 11 additions and 4 deletions

View File

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