annotate src/testdir/test_erasebackword.in @ 11370:e11d5966b822 v8.0.0570

patch 8.0.0570: can't run make with several jobs commit https://github.com/vim/vim/commit/c03944151fec2d5469746642a949c8fcb5a744a8 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 20 20:20:23 2017 +0200 patch 8.0.0570: can't run make with several jobs Problem: Can't run make with several jobs, creating directories has a race condition. Solution: Use the MKDIR_P autoconf mechanism. (Eric N. Vander Weele, closes #1639)
author Christian Brabandt <cb@256bit.org>
date Thu, 20 Apr 2017 20:30:04 +0200
parents ae45d497868f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6716
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
1 Test for erasing backword
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
2
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
3 STARTTEST
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
4 :so small.vim
11091
ae45d497868f patch 8.0.0433: beeps when running tests
Christian Brabandt <cb@256bit.org>
parents: 6716
diff changeset
5 :set belloff=all
6716
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
6 :so mbyte.vim
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
7 :set encoding=utf-8
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
8 G
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
9 o wwwこんにちわ世界ワールドvim 
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
10 o wwwこんにちわ世界ワールドvim 
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
11 o wwwこんにちわ世界ワールドvim 
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
12 o wwwこんにちわ世界ワールドvim 
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
13 o wwwこんにちわ世界ワールドvim 
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
14 o wwwこんにちわ世界ワールドvim 
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
15 :/^test/,$w! test.out
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
16 :qa!
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
17 ENDTEST
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
18
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
19 test starts here:
f202e335d491 Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
20