commit | fd700393becfc35b6fad305221265b87a8564ddb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 02 21:26:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 02 21:26:07 2019 +0200 |
tree | 145f16c8b2de1a0680ed5352fbd2fc5103fc6f62 | |
parent | b4a6020ac6a0638167013f1e45ff440ddc8a1671 [diff] [blame] |
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 #4200)
diff --git a/src/version.c b/src/version.c index 1b38d29..bb112db 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1100, +/**/ 1099, /**/ 1098,