diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1111,
+/**/
     1110,
 /**/
     1109,