comparison src/version.c @ 5786:71b165a378ad v7.4.237

updated for version 7.4.237 Problem: When some patches was not included has("patch-7.4.123") may return true falsely. Solution: Check for the specific patch number.
author Bram Moolenaar <bram@vim.org>
date Wed, 02 Apr 2014 12:12:08 +0200
parents a44087db7238
children 410ef4f1a3d2
comparison
equal deleted inserted replaced
5785:050bc8c257cb 5786:71b165a378ad
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 237,
737 /**/ 739 /**/
738 236, 740 236,
739 /**/ 741 /**/
740 235, 742 235,
741 /**/ 743 /**/