comparison src/version.c @ 5360:71e92a1cb37d v7.4.032

updated for version 7.4.032 Problem: NFA engine does not match the NUL character. (Jonathon Merz) Solution: Ues 0x0a instead of NUL. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sun, 22 Sep 2013 13:57:24 +0200
parents b21b5dcdca21
children 91f6a28e010d
comparison
equal deleted inserted replaced
5359:53cd90707ec6 5360:71e92a1cb37d
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 32,
741 /**/ 743 /**/
742 31, 744 31,
743 /**/ 745 /**/
744 30, 746 30,
745 /**/ 747 /**/