diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    129,
+/**/
     128,
 /**/
     127,