]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1792: List of changes not protected from changes v9.1.1792
authorPaul Ollis <paul@cleversheep.org>
Thu, 25 Sep 2025 20:11:34 +0000 (20:11 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 25 Sep 2025 20:11:34 +0000 (20:11 +0000)
commit35a89ce9db8748c68ed4584eaa46875a5c1e09ef
treef5f8cc1c01780c0e5ebb3795456f6d3fad52e80b
parent377339dff3ac4badb98292c713f2f4ad7f4f1b6f
patch 9.1.1792: List of changes not protected from changes

Problem:  List of changes not protected from changes when processing
          listeners (after v9.1.1782)
Solution: Fully lock changes list for listener callbacks (Paul Ollis)

closes: #18385

Signed-off-by: Paul Ollis <paul@cleversheep.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/change.c
src/testdir/test_listener.vim
src/version.c