comparison src/version.c @ 5802:80421d934ebd v7.4.245

updated for version 7.4.245 Problem: Crash for "vim -u NONE -N -c '&&'". Solution: Check for the pattern to be NULL. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Fri, 04 Apr 2014 19:00:48 +0200
parents da17c7de616e
children 2cbac5608217
comparison
equal deleted inserted replaced
5801:43fc7ea915db 5802:80421d934ebd
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 245,
737 /**/ 739 /**/
738 244, 740 244,
739 /**/ 741 /**/
740 243, 742 243,
741 /**/ 743 /**/