1
0
forked from aniani/vim

updated for version 7.3.1111

Problem:    nfa_recognize_char_class() implementation is inefficient.
Solution:   Use bits in an int instead of chars in a string. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2013-06-04 17:47:05 +02:00
parent a2d9510861
commit f811509c03
4 changed files with 236 additions and 102 deletions

View File

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