diff src/version.c @ 2747:6146c9859f65 v7.3.150

updated for version 7.3.150 Problem: readline() does not return the last line when the NL is missing. (Hong Xu) Solution: When at the end of the file Also check for a previous line.
author Bram Moolenaar <bram@vim.org>
date Fri, 01 Apr 2011 16:07:46 +0200
parents 7f937a04cdba
children f169a51f7ead
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    150,
+/**/
     149,
 /**/
     148,