comparison src/version.c @ 4728:43de4ebbe7ad v7.3.1111

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)
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Jun 2013 17:47:05 +0200
parents 3849c811cc0b
children 749e2b2755d5
comparison
equal deleted inserted replaced
4727:85c04c7963d1 4728:43de4ebbe7ad
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 1111,
731 /**/ 733 /**/
732 1110, 734 1110,
733 /**/ 735 /**/
734 1109, 736 1109,
735 /**/ 737 /**/