comparison src/version.c @ 2906:8477b2cc2b81 v7.3.226

updated for version 7.3.226 Problem: On a 64 bit system "syn sync fromstart" is very slow. (Bjorn Steinbrink) Solution: Store the state when starting to parse from the first line.
author Bram Moolenaar <bram@vim.org>
date Sun, 19 Jun 2011 04:54:21 +0200
parents c249d9aa60f7
children b65a26a2aa09
comparison
equal deleted inserted replaced
2905:7791f9901b21 2906:8477b2cc2b81
707 NULL 707 NULL
708 }; 708 };
709 709
710 static int included_patches[] = 710 static int included_patches[] =
711 { /* Add new patch number below this line */ 711 { /* Add new patch number below this line */
712 /**/
713 226,
712 /**/ 714 /**/
713 225, 715 225,
714 /**/ 716 /**/
715 224, 717 224,
716 /**/ 718 /**/