view src/testdir/test_erasebackword.in @ 11095:5763281d212a v8.0.0435

patch 8.0.0435: some functions are not tested commit https://github.com/vim/vim/commit/41042f3cfdb91f946e553456278a995e61dd8578 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 9 12:09:32 2017 +0100 patch 8.0.0435: some functions are not tested Problem: Some functions are not tested. Solution: Add more tests for functions. (Dominique Pelle, closes https://github.com/vim/vim/issues/1541)
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Mar 2017 12:15:04 +0100
parents ae45d497868f
children
line wrap: on
line source

Test for erasing backword

STARTTEST
:so small.vim
:set belloff=all
:so mbyte.vim
:set encoding=utf-8
G
o wwwこんにちわ世界ワールドvim 
o wwwこんにちわ世界ワールドvim 
o wwwこんにちわ世界ワールドvim 
o wwwこんにちわ世界ワールドvim 
o wwwこんにちわ世界ワールドvim 
o wwwこんにちわ世界ワールドvim 
:/^test/,$w! test.out
:qa!
ENDTEST

test starts here: