]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.1033 v7.3.1033
authorBram Moolenaar <Bram@vim.org>
Tue, 28 May 2013 20:03:20 +0000 (22:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 28 May 2013 20:03:20 +0000 (22:03 +0200)
commit5714b80032adcaa5ecf6d92efddf61387a280d32
tree6f23aae31487e2790a8afc3ae6ddcd0c44ed0af9
parente0fea9c405882bd0ee8a0a661dcd49deebe65d15
updated for version 7.3.1033
Problem:    "\1" .. "\9" are not supported in the new regexp engine.
Solution:   Implement them.  Add a few more tests.
src/regexp.h
src/regexp_nfa.c
src/testdir/test64.in
src/testdir/test64.ok
src/version.c