]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.982 v7.3.982
authorBram Moolenaar <Bram@vim.org>
Tue, 21 May 2013 10:34:17 +0000 (12:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 21 May 2013 10:34:17 +0000 (12:34 +0200)
commit0fabe3fdbe883935a670bb105f1ba2c5991cd4ea
tree79d9b96843638083420777411d8456530fd451c1
parent09ea9fcf3f0eef0e0f8f8552d856f8896749e846
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/regexp_nfa.c
src/testdir/test95.in
src/testdir/test95.ok
src/version.c