diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-24 20:25:33 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-24 20:25:33 +0200 |
commit | 1d814754c0f7c6ae913ed6549e8ac848c058ef1a (patch) | |
tree | b259934bba47b288d65e5555cd26a44edbc01e8e /src/testdir/test95.ok | |
parent | 425154d88803b6a9a74d1ef6c782860fc390b635 (diff) | |
download | vim-git-1d814754c0f7c6ae913ed6549e8ac848c058ef1a.tar.gz |
updated for version 7.3.1010v7.3.1010
Problem: New regexp: adding \Z makes every character match.
Solution: Only apply ireg_icombine for composing characters.
Alsl add missing change from patch 1008. (Ken Takata)
Diffstat (limited to 'src/testdir/test95.ok')
-rw-r--r-- | src/testdir/test95.ok | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test95.ok b/src/testdir/test95.ok index 4c1f0ca1d..23d228494 100644 --- a/src/testdir/test95.ok +++ b/src/testdir/test95.ok @@ -9,4 +9,5 @@ OK - \i\+ OK - \%#=1\i\+ OK - \f\+ OK - \%#=1\f\+ +OK - รบ\Z OK - [^[=a=]]\+ |