comparison src/version.c @ 5231:74d2f3188cd0 v7.4a.041

updated for version 7.4a.041 Problem: When using ":new ++ff=unix" and "dos" is first in 'fileformats' then 'ff' is set to "dos" instead of "unix". (Ingo Karkat) Solution: Create set_file_options() and invoke it from do_ecmd().
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Jul 2013 15:02:03 +0200
parents 1261caf9bc51
children 1899acc5aebd
comparison
equal deleted inserted replaced
5230:a25b52f7f08e 5231:74d2f3188cd0
725 NULL 725 NULL
726 }; 726 };
727 727
728 static int included_patches[] = 728 static int included_patches[] =
729 { /* Add new patch number below this line */ 729 { /* Add new patch number below this line */
730 /**/
731 41,
730 /**/ 732 /**/
731 40, 733 40,
732 /**/ 734 /**/
733 39, 735 39,
734 /**/ 736 /**/