# HG changeset patch # User Bram Moolenaar # Date 1664288103 -7200 # Node ID 6e0021be50b3dfdb4fc31a2c380115fb47abeac5 # Parent cf81bdd54b5510c797d2330a0ec3c0fc863f3d69 patch 9.0.0605: dump file missing Commit: https://github.com/vim/vim/commit/439a2ba1749463718b6ce1e1375b68c7b7cff808 Author: Luuk van Baal Date: Tue Sep 27 15:06:46 2022 +0100 patch 9.0.0605: dump file missing Problem: Dump file missing. Solution: Add the missing dump file. (issue https://github.com/vim/vim/issues/11234) diff --git a/src/testdir/dumps/Test_nosplitscroll_fold_4.dump b/src/testdir/dumps/Test_nosplitscroll_fold_4.dump new file mode 100644 --- /dev/null +++ b/src/testdir/dumps/Test_nosplitscroll_fold_4.dump @@ -0,0 +1,10 @@ +| +0#0000e05#a8a8a8255@1|1| |+|-@1| @1|7| |l|i|n|e|s|:| |i|n|t| |F|u|n|c|N|a|m|e|(|)| |{|-@40 +| +0#af5f00255#ffffff0@1|8| |a+0#0000000&|f|t|e|r| |f|o|l|d| @60 +| +0#0000e05#a8a8a8255@1|9| |+|-@1| @1|7| |l|i|n|e|s|:| |i|n|t| |F|u|n|c|N|a|m|e|(|)| |{|-@40 +| +0#af5f00255#ffffff0|1|6| |a+0#0000000&|f|t|e|r| |f|o|l|d| @60 +| +0#0000e05#a8a8a8255|1|7| >+|-@1| @1|7| |l|i|n|e|s|:| |i|n|t| |F|u|n|c|N|a|m|e|(|)| |{|-@40 +| +0#af5f00255#ffffff0|2|4| |a+0#0000000&|f|t|e|r| |f|o|l|d| @60 +| +0#0000e05#a8a8a8255|2|5| |+|-@1| @1|7| |l|i|n|e|s|:| |i|n|t| |F|u|n|c|N|a|m|e|(|)| |{|-@40 +| +0#af5f00255#ffffff0|3|2| |a+0#0000000&|f|t|e|r| |f|o|l|d| @60 +| +0#0000e05#a8a8a8255|3@1| |+|-@1| @1|7| |l|i|n|e|s|:| |i|n|t| |F|u|n|c|N|a|m|e|(|)| |{|-@40 +|:+0#0000000#ffffff0|q|u|i|t| @51|1|7|,|1| @9|T|o|p| diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -700,6 +700,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 605, +/**/ 604, /**/ 603,