diff src/version.c @ 16190:d863beec391a v8.1.1100

patch 8.1.1100: tag file without trailing newline no longer works commit https://github.com/vim/vim/commit/fd700393becfc35b6fad305221265b87a8564ddb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 2 21:26:07 2019 +0200 patch 8.1.1100: tag file without trailing newline no longer works Problem: Tag file without trailing newline no longer works. (Marco Hinz) Solution: Don't expect a newline at the end of the file. (closes https://github.com/vim/vim/issues/4200)
author Bram Moolenaar <Bram@vim.org>
date Tue, 02 Apr 2019 21:30:05 +0200
parents 848d4c6e391e
children 1ab0d1f7807a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1100,
+/**/
     1099,
 /**/
     1098,