comparison 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
comparison
equal deleted inserted replaced
16189:93326d9e3107 16190:d863beec391a
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1100,
774 /**/ 776 /**/
775 1099, 777 1099,
776 /**/ 778 /**/
777 1098, 779 1098,
778 /**/ 780 /**/