Mercurial > vim
comparison src/version.c @ 4647:857f6c53f117 v7.3.1071
updated for version 7.3.1071
Problem: New regexp engine: backreferences don't work correctly.
Solution: Add every possible start/end position on the state stack.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 30 May 2013 17:05:39 +0200 |
parents | c316a30a8892 |
children | 9f502d8d5165 |
comparison
equal
deleted
inserted
replaced
4646:6702a3ddd7e2 | 4647:857f6c53f117 |
---|---|
726 NULL | 726 NULL |
727 }; | 727 }; |
728 | 728 |
729 static int included_patches[] = | 729 static int included_patches[] = |
730 { /* Add new patch number below this line */ | 730 { /* Add new patch number below this line */ |
731 /**/ | |
732 1071, | |
731 /**/ | 733 /**/ |
732 1070, | 734 1070, |
733 /**/ | 735 /**/ |
734 1069, | 736 1069, |
735 /**/ | 737 /**/ |