annotate src/testdir/test_erasebackword.in @ 12798:5ae0d05e046a v8.0.1276

patch 8.0.1276: key lost when window closed in exit callback commit https://github.com/vim/vim/commit/a3f7e58bf846b28b347a5d5b96c2d829871bd212 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 9 13:21:58 2017 +0100 patch 8.0.1276: key lost when window closed in exit callback Problem: Typed key is lost when the terminal window is closed in exit callback. (Gabriel Barta) Solution: When the current window changes bail out of the wait loop. (closes #2302)
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Nov 2017 13:30:05 +0100
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