comparison src/version.c @ 5776:845608965bd9 v7.4.232

updated for version 7.4.232 Problem: ":%s/\n//" uses a lot of memory. (Aidan Marlin) Solution: Turn this into a join command. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 01 Apr 2014 17:49:44 +0200
parents 0a295a3c9e47
children 22a1d5762ba3
comparison
equal deleted inserted replaced
5775:af55d5dad6cf 5776:845608965bd9
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 232,
737 /**/ 739 /**/
738 231, 740 231,
739 /**/ 741 /**/
740 230, 742 230,
741 /**/ 743 /**/