annotate src/testdir/test_erasebackword.in @ 9788:3fdf6caf42f7 v7.4.2169

commit https://github.com/vim/vim/commit/446cce6d537b036467033975a86729dbdc83f860 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 6 21:37:27 2016 +0200 patch 7.4.2169 Problem: Startup test gets stuck on MS-Windows. Solution: Use double quotes.
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Aug 2016 21:45:05 +0200
parents f202e335d491
children ae45d497868f
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
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