commit | 09ea9fcf3f0eef0e0f8f8552d856f8896749e846 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 21 00:03:02 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 21 00:03:02 2013 +0200 |
tree | 3c82bfddd0ebfc5c7563eb4b264e78d4f19b42fa | |
parent | 745fc029ba7541ac08b93bb2304a1a407e73336b [diff] [blame] |
updated for version 7.3.981 Problem: In the old regexp engine \i, \I, \f and \F don't work on multi-byte characters. Solution: Dereference pointer properly.
diff --git a/src/testdir/test64.ok b/src/testdir/test64.ok index c315a23..e3f5657 100644 --- a/src/testdir/test64.ok +++ b/src/testdir/test64.ok
@@ -203,6 +203,10 @@ OK - [a-zA-Z] OK - [A-Z] OK - \C[^A-Z]\+ +OK - \i\+ +OK - \%#=1\i\+ +OK - \f\+ +OK - \%#=1\i\+ OK - xx \ze test OK - abc\zeend OK - abc\zsdd