0
0
mirror of https://github.com/vim/vim.git synced 2025-10-05 05:34:07 -04:00

updated for version 7.3.1012

Problem:    \Z does not work properly with the new regexp engine.
Solution:   Make \Z work.  Add tests.
This commit is contained in:
Bram Moolenaar
2013-05-24 23:10:50 +02:00
parent 3c577f26cd
commit fad8de084a
4 changed files with 44 additions and 15 deletions

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1012,
/**/
1011,
/**/