diff src/version.c @ 15482:18dd04f7c4a1 v8.1.0749

patch 8.1.0749: error message contains garbage commit https://github.com/vim/vim/commit/6acc79f5d4b9d5b02f4ab21ec885e68acc13a2e2 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 14 22:53:31 2019 +0100 patch 8.1.0749: error message contains garbage Problem: Error message contains garbage. (Dominique Pelle) Solution: Use correct pointer to failed expression.
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Jan 2019 23:00:06 +0100
parents bd12ace1bab2
children 882bbbdc9c76
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -796,6 +796,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    749,
+/**/
     748,
 /**/
     747,