diff src/version.c @ 13612:89223f5d5d12 v8.0.1678

patch 8.0.1678: errorformat "%r" implies "%>" commit https://github.com/vim/vim/commit/e333e79f9bdff82432e0fd7fcf7ae30ef8e3d092 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 8 13:27:39 2018 +0200 patch 8.0.1678: errorformat "%r" implies "%>" Problem: Errorformat "%r" implies "%>". (Jan Gosmann) Solution: Jump to before setting fmt_ptr. (Yegappan Lakshmanan, closes #2785)
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Apr 2018 13:30:06 +0200
parents e76499e85744
children 87e5629fc915
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1678,
+/**/
     1677,
 /**/
     1676,