view src/testdir/test26.in @ 22950:1270401054d8 v8.2.2022

patch 8.2.2022: Vim9: star command recognized errornously Commit: https://github.com/vim/vim/commit/95388e3179f6b995dbc4acd3f23e3856bb0286fd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 20 21:07:00 2020 +0100 patch 8.2.2022: Vim9: star command recognized errornously Problem: Vim9: star command recognized errornously. Solution: Give an error for missing colon. (issue https://github.com/vim/vim/issues/7335)
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Nov 2020 21:15:04 +0100
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