comparison src/version.c @ 4944:613651492c19 v7.3.1217

updated for version 7.3.1217 Problem: New regexp engine: Can't handle \%[[ao]]. (Yukihiro Nakadaira) Solution: Support nested atoms inside \%[].
author Bram Moolenaar <bram@vim.org>
date Mon, 17 Jun 2013 21:33:41 +0200
parents b89aa3374b7f
children d10ede931224
comparison
equal deleted inserted replaced
4943:18cd87117e0f 4944:613651492c19
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 1217,
731 /**/ 733 /**/
732 1216, 734 1216,
733 /**/ 735 /**/
734 1215, 736 1215,
735 /**/ 737 /**/