comparison src/testdir/test49.in @ 16760:b55b4a21f006 v8.1.1382

patch 8.1.1382: error when editing test file commit https://github.com/vim/vim/commit/3020a87cb121123abf1e9a1eca0eddac241fc481 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 24 17:33:01 2019 +0200 patch 8.1.1382: error when editing test file Problem: Error when editing test file. Solution: Remove part of modeline.
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 May 2019 17:45:05 +0200
parents e55c26aaf484
children
comparison
equal deleted inserted replaced
16759:432ae2a3c2de 16760:b55b4a21f006
3 If after adding a new test, the test output doesn't appear properly in 3 If after adding a new test, the test output doesn't appear properly in
4 test49.failed, try to add one or more "G"s at the line ending in "test.out" 4 test49.failed, try to add one or more "G"s at the line ending in "test.out"
5 5
6 STARTTEST 6 STARTTEST
7 :so small.vim 7 :so small.vim
8 :se nocp nomore viminfo+=nviminfo modelineexpr 8 :se nocp nomore viminfo+=nviminfo
9 :lang mess C 9 :lang mess C
10 :so test49.vim 10 :so test49.vim
11 :" Go back to this file and append the results from register r. 11 :" Go back to this file and append the results from register r.
12 :buf test49.in 12 :buf test49.in
13 G"rp:/^Results/,$w! test.out 13 G"rp:/^Results/,$w! test.out