Mercurial > vim
view src/testdir/test26.in @ 33126:7072c7b2c62e v9.0.1845
patch 9.0.1845: xxd: Test_xxd_color start failing
Commit: https://github.com/vim/vim/commit/e0bfb7d3016ccd6c2186b9cd74cee6538eea9b5e
Author: Christian Brabandt <cb@256bit.org>
Date: Sat Sep 2 19:12:31 2023 +0200
patch 9.0.1845: xxd: Test_xxd_color start failing
Problem: xxd: Test_xxd_color start failing
Solution: Revert changes to dump file
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 02 Sep 2023 19:15:03 +0200 |
parents | 30bdd2e4a6f9 |
children |
line wrap: on
line source
Test for writing and reading a file of over 100 Kbyte 1 line: "This is the start" 3001 lines: "This is the leader" 1 line: "This is the middle" 3001 lines: "This is the trailer" 1 line: "This is the end" STARTTEST :%d aThis is the start This is the leader This is the middle This is the trailer This is the endkY3000p2GY3000p :w! Xtest :%d :e! Xtest :.w! test.out 3003G:.w >>test.out 6005G:.w >>test.out :qa! ENDTEST