diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-02-22 23:49:35 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-02-22 23:49:35 +0100 |
commit | 7d311c52ce2859f67532e0a4b604eb8147473c01 (patch) | |
tree | 7da6bf9c5a94243ea5bd3d42516edc61c3ded0ac /src/testdir/test69.in | |
parent | b1d90a3d770c5e513e6cad8284a5168ac5535883 (diff) | |
download | vim-git-7d311c52ce2859f67532e0a4b604eb8147473c01.tar.gz |
updated for version 7.4.187v7.4.187
Problem: Delete that crosses line break splits multi-byte character.
Solution: Advance a character instead of a byte. (Cade Foster)
Diffstat (limited to 'src/testdir/test69.in')
-rw-r--r-- | src/testdir/test69.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/testdir/test69.in b/src/testdir/test69.in index f18ee3790..75317b495 100644 --- a/src/testdir/test69.in +++ b/src/testdir/test69.in @@ -155,6 +155,16 @@ ra test aab STARTTEST +:set whichwrap+=h +/^x +dh +:set whichwrap-=h +ENDTEST + +á +x + +STARTTEST :let a = '.é.' " one char of two bytes :let b = '.é.' " normal e with composing char /^byteidx |