mirror of
https://github.com/vim/vim.git
synced 2025-11-12 22:44:34 -05:00
updated for version 7.3.1149
Problem: New regexp engine: Matching plain text could be faster.
Solution: Detect a plain text match and handle it specifically. Add
vim_regfree().
This commit is contained in:
@@ -728,6 +728,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1149,
|
||||
/**/
|
||||
1148,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user