]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0893: No test that undofile format does not regress v9.1.0893
authorChristian Brabandt <cb@256bit.org>
Thu, 28 Nov 2024 20:59:33 +0000 (21:59 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 28 Nov 2024 20:59:33 +0000 (21:59 +0100)
commit14382c8bc96cc8f3985a01ab58c2f4d7b4d9ec85
tree662d1b555417bbc59e00d52d6bb6ea53dde9090c
parent3d670bb1912d8cf3ec86124a02c6bbd81256374b
patch 9.1.0893: No test that undofile format does not regress

Problem:  No test that undofile format does not regress
Solution: include a sample undofile to make sure we are always able to
          read it

This is so, that we don't unintentionally change the undofile format and
make sure we can load an undo file that has been created by an older
Vim.

closes: #16127

Signed-off-by: Christian Brabandt <cb@256bit.org>
Filelist
src/testdir/samples/test_undo.txt [new file with mode: 0644]
src/testdir/samples/test_undo.txt.undo [new file with mode: 0644]
src/testdir/test_undo.vim
src/version.c