diff src/version.c @ 2707:cd3f52531f6c v7.3.124

updated for version 7.3.124 Problem: When writing a file in binary mode it may be missing the final EOL if a file previously read was missing the EOL. (Kevin Goodsell) Solution: Move the write_no_eol_lnum into the buffer struct.
author Bram Moolenaar <bram@vim.org>
date Tue, 15 Feb 2011 17:39:22 +0100
parents 34f62bcce014
children e44523d45bf5
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 */
 /**/
+    124,
+/**/
     123,
 /**/
     122,