comparison src/version.c @ 5792:8d1ba0a23588 v7.4.240

updated for version 7.4.240 Problem: ":tjump" shows "\n" as "\\n". Solution: Skip over "\" that escapes a backslash. (Gary Johnson)
author Bram Moolenaar <bram@vim.org>
date Wed, 02 Apr 2014 17:19:04 +0200
parents 98bfec9ea760
children a63d0cd691dc
comparison
equal deleted inserted replaced
5791:ca5cbdcf9b7e 5792:8d1ba0a23588
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 240,
737 /**/ 739 /**/
738 239, 740 239,
739 /**/ 741 /**/
740 238, 742 238,
741 /**/ 743 /**/