comparison src/version.c @ 4242:edd0bc1f26bd v7.3.872

updated for version 7.3.872 Problem: On some systems case of file names is always ignored, on others never. Solution: Add the 'fileignorecase' option to control this at runtime. Implies 'wildignorecase'.
author Bram Moolenaar <bram@vim.org>
date Tue, 19 Mar 2013 16:49:16 +0100
parents d52c45b35fb0
children 7faeece39228
comparison
equal deleted inserted replaced
4241:bd0fbce6a988 4242:edd0bc1f26bd
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 872,
731 /**/ 733 /**/
732 871, 734 871,
733 /**/ 735 /**/
734 870, 736 870,
735 /**/ 737 /**/