Mercurial > vim
annotate src/testdir/test_erasebackword.in @ 10948:67e37bdb5864 v8.0.0363
patch 8.0.0363: Travis is too slow to keep up with patches
commit https://github.com/vim/vim/commit/3834e3d039777e0144914a86289870bee147c0a2
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Feb 23 20:20:53 2017 +0100
patch 8.0.0363: Travis is too slow to keep up with patches
Problem: Travis is too slow to keep up with patches.
Solution: Increase git depth to 20
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 23 Feb 2017 20:30:06 +0100 |
parents | f202e335d491 |
children | ae45d497868f |
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 |
f202e335d491
Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff
changeset
|
5 :so mbyte.vim |
f202e335d491
Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff
changeset
|
6 :set encoding=utf-8 |
f202e335d491
Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff
changeset
|
7 G |
f202e335d491
Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff
changeset
|
8 o wwwこんにちわ世界ワールドvim |
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 :/^test/,$w! test.out |
f202e335d491
Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff
changeset
|
15 :qa! |
f202e335d491
Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff
changeset
|
16 ENDTEST |
f202e335d491
Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff
changeset
|
17 |
f202e335d491
Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff
changeset
|
18 test starts here: |
f202e335d491
Add test files for patch 7.4.680.
Bram Moolenaar <bram@vim.org>
parents:
diff
changeset
|
19 |