commit | e333e79f9bdff82432e0fd7fcf7ae30ef8e3d092 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 08 13:27:39 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 08 13:27:39 2018 +0200 |
tree | 28f529433c399025e257596fabad848b82e3aead | |
parent | ea39176baab52b646d1e2676e662def718ddd365 [diff] [blame] |
patch 8.0.1678: errorformat "%r" implies "%>" Problem: Errorformat "%r" implies "%>". (Jan Gosmann) Solution: Jump to before setting fmt_ptr. (Yegappan Lakshmanan, closes #2785)
diff --git a/src/version.c b/src/version.c index 1b2a1fa..c7e47f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1678, +/**/ 1677, /**/ 1676,