comparison 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
comparison
equal deleted inserted replaced
13611:60f7b362f2cf 13612:89223f5d5d12
760 NULL 760 NULL
761 }; 761 };
762 762
763 static int included_patches[] = 763 static int included_patches[] =
764 { /* Add new patch number below this line */ 764 { /* Add new patch number below this line */
765 /**/
766 1678,
765 /**/ 767 /**/
766 1677, 768 1677,
767 /**/ 769 /**/
768 1676, 770 1676,
769 /**/ 771 /**/