comparison src/version.c @ 5562:1e28c0fad344 v7.4.129

updated for version 7.4.129 Problem: getline(-1) returns zero. (mvxxc) Solution: Return an empty string.
author Bram Moolenaar <bram@vim.org>
date Sat, 14 Dec 2013 12:17:38 +0100
parents 4b92012f6b18
children cf722c092360
comparison
equal deleted inserted replaced
5561:a9920714fbe1 5562:1e28c0fad344
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 129,
741 /**/ 743 /**/
742 128, 744 128,
743 /**/ 745 /**/
744 127, 746 127,
745 /**/ 747 /**/