comparison src/version.c @ 6147:d4e0c197e979 v7.4.411

updated for version 7.4.411 Problem: "foo bar" sorts before "foo" with sort(). (John Little) Solution: Avoid putting quotes around strings before comparing them.
author Bram Moolenaar <bram@vim.org>
date Fri, 22 Aug 2014 13:13:27 +0200
parents 2fd550c75256
children 4c845a1600d2
comparison
equal deleted inserted replaced
6146:7af530381fec 6147:d4e0c197e979
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 411,
744 /**/ 746 /**/
745 410, 747 410,
746 /**/ 748 /**/
747 409, 749 409,
748 /**/ 750 /**/