Mercurial > vim
comparison src/version.c @ 4468:dde1cf311be6 v7.3.982
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.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 21 May 2013 12:34:17 +0200 |
parents | 4ff8fa416a0d |
children | ab5154170c3d |
comparison
equal
deleted
inserted
replaced
4467:6ea4431f7939 | 4468:dde1cf311be6 |
---|---|
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 982, | |
731 /**/ | 733 /**/ |
732 981, | 734 981, |
733 /**/ | 735 /**/ |
734 980, | 736 980, |
735 /**/ | 737 /**/ |