From 0fabe3fdbe883935a670bb105f1ba2c5991cd4ea Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 21 May 2013 12:34:17 +0200 Subject: updated for version 7.3.982 Problem: In the new regexp engine \p does not work on multi-byte characters. Solution: Don't point to an integer but the characters. --- src/testdir/test95.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/testdir/test95.in') diff --git a/src/testdir/test95.in b/src/testdir/test95.in index 78a999f56..fb78b88dd 100644 --- a/src/testdir/test95.in +++ b/src/testdir/test95.in @@ -25,6 +25,9 @@ STARTTEST :call add(tl, [' [^ ]\+', 'start มabcdม ', ' มabcdม']) :call add(tl, ['[ม[:alpha:][=a=]]\+', '879 aiaãมâมaiuvna ', 'aiaãมâมaiuvna']) +:" this is not a normal "i" but 0xec +:call add(tl, ['\p\+', 'ìa', 'ìa']) + :"""" Run the tests :" -- cgit v1.2.3