comparison 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
comparison
equal deleted inserted replaced
2746:058380fbb8f3 2747:6146c9859f65
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 150,
717 /**/ 719 /**/
718 149, 720 149,
719 /**/ 721 /**/
720 148, 722 148,
721 /**/ 723 /**/