Mercurial > vim
comparison src/version.c @ 4726:3849c811cc0b v7.3.1110
updated for version 7.3.1110
Problem: New regexp matching: Using \@= and the like can be slow.
Solution: Decide whether to first try matching the zero-wdith part or what
follows, whatever is more likely to fail.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 04 Jun 2013 14:23:05 +0200 |
parents | 450e13fe1621 |
children | 43de4ebbe7ad |
comparison
equal
deleted
inserted
replaced
4725:b58729d9fc5f | 4726:3849c811cc0b |
---|---|
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 1110, | |
731 /**/ | 733 /**/ |
732 1109, | 734 1109, |
733 /**/ | 735 /**/ |
734 1108, | 736 1108, |
735 /**/ | 737 /**/ |