annotate src/testdir/test_erasebackword.in @ 8798:176647a751d7 v7.4.1687

commit https://github.com/vim/vim/commit/bdf0bda968a53a55149a4c83a10a60c28e431305 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 30 21:06:57 2016 +0200 patch 7.4.1687 Problem: The channel close_cb option does not work. Solution: Use jo_close_partial instead of jo_err_partial. (Damien)
author Christian Brabandt <cb@256bit.org>
date Wed, 30 Mar 2016 22:15:10 +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