]> granicus.if.org Git - vim/commit
patch 8.2.4379: an empty change is reported to a listener v8.2.4379
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Feb 2022 14:51:22 +0000 (14:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Feb 2022 14:51:22 +0000 (14:51 +0000)
commit55737c2a31ed450dd7bf2a9c587adfbb32b755bb
tree7c91d8be0f82729aec1870c0c3ef521ff792b063
parent6dd7424c7e6ab81998c29ca3526c41b75cfde5a1
patch 8.2.4379: an empty change is reported to a listener

Problem:    An empty change is reported to a listener.
Solution:   Do not report an empty change. (closes #9768)  Remove unused
            return value.
src/change.c
src/testdir/test_listener.vim
src/undo.c
src/version.c