diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-01-17 17:02:05 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-01-17 17:02:05 +0100 |
commit | 8c7694a8649cbd5ce91c150737b1f52b20631cb4 (patch) | |
tree | 6a476ff564c1af698be7b437c756761b2e47838e /src/testdir/test69.in | |
parent | 3e37fd0950081e277fac44a0bd8e60815898945c (diff) | |
download | vim-8c7694a8649cbd5ce91c150737b1f52b20631cb4.zip |
updated for version 7.3.769
Problem: 'matchpairs' does not work with multi-byte characters.
Solution: Make it work. (Christian Brabandt)
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 578f76bdf..5c9a2f3d4 100644 --- a/src/testdir/test69.in +++ b/src/testdir/test69.in @@ -1,4 +1,5 @@ Test for multi-byte text formatting. +Also test, that 'mps' with multibyte chars works. STARTTEST :so mbyte.vim @@ -134,6 +135,15 @@ ENDTEST } STARTTEST +/^{/+1 +:set mps+=u2018:u2019 +d% +ENDTEST + +{ +‘ two three ’ four +} +STARTTEST :g/^STARTTEST/.,/^ENDTEST/d :1;/^Results/,$wq! test.out ENDTEST |