]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2211: listener callback "added" argument is not the total v8.1.2211
authorBram Moolenaar <Bram@vim.org>
Thu, 24 Oct 2019 18:07:07 +0000 (20:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 24 Oct 2019 18:07:07 +0000 (20:07 +0200)
commit336bf2b8b269e2591576b9f580e79edb93e23c62
treec2e62950b68cc8a87fd4a888b237d0ffe509191a
parentb754b5bf6d9ac1f3654552973aa6f9c11239af3d
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)
src/change.c
src/testdir/test_listener.vim
src/version.c