mirror of
https://github.com/vim/vim.git
synced 2025-10-29 09:37:35 -04:00
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>
This commit is contained in:
3
src/testdir/samples/test_undo.txt
Normal file
3
src/testdir/samples/test_undo.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
one
|
||||
two
|
||||
three
|
||||
BIN
src/testdir/samples/test_undo.txt.undo
Normal file
BIN
src/testdir/samples/test_undo.txt.undo
Normal file
Binary file not shown.
Reference in New Issue
Block a user