comparison src/version.c @ 5806:76863b4b48a3 v7.4.247

updated for version 7.4.247 Problem: When passing input to system() there is no way to keep NUL and NL characters separate. Solution: Optionally use a list for the system() input. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Sat, 05 Apr 2014 18:55:46 +0200
parents 2cbac5608217
children e5f1f2ea0b4a
comparison
equal deleted inserted replaced
5805:2db11543541a 5806:76863b4b48a3
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 247,
737 /**/ 739 /**/
738 246, 740 246,
739 /**/ 741 /**/
740 245, 742 245,
741 /**/ 743 /**/