]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5023: substitute overwrites allocated buffer v8.2.5023
authorBram Moolenaar <Bram@vim.org>
Thu, 26 May 2022 14:56:23 +0000 (15:56 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 May 2022 14:56:23 +0000 (15:56 +0100)
commit338f1fc0ee3ca929387448fe464579d6113fa76a
tree008c1b86db6020483e7e24fc6318cd6da3663c61
parent9bcb9ca9c7dd1632385dc3351b5e019739368658
patch 8.2.5023: substitute overwrites allocated buffer

Problem:    Substitute overwrites allocated buffer.
Solution:   Disallow undo when in a substitute command.
src/normal.c
src/testdir/test_substitute.vim
src/undo.c
src/version.c