comparison src/version.c @ 4533:6a2005efa02b v7.3.1014

updated for version 7.3.1014 Problem: New regexp state dump is hard to read. Solution: Make the state dump more pretty. (Taro Muraoka)
author Bram Moolenaar <bram@vim.org>
date Sat, 25 May 2013 12:28:11 +0200
parents 1be43c095aff
children 45f97c349537
comparison
equal deleted inserted replaced
4532:e2c89fb27344 4533:6a2005efa02b
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 1014,
731 /**/ 733 /**/
732 1013, 734 1013,
733 /**/ 735 /**/
734 1012, 736 1012,
735 /**/ 737 /**/