diff src/version.c @ 14469:0211e295835e v8.1.0248

patch 8.1.0248: duplicated quickfix code commit https://github.com/vim/vim/commit/8d8a65e389cef318ae661ff0fe7b1b00fd7cb25f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 7 19:48:08 2018 +0200 patch 8.1.0248: duplicated quickfix code Problem: duplicated quickfix code. Solution: Move the code to a function.
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Aug 2018 20:00:06 +0200
parents 16cccc953909
children 2f6f886d9a87
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    248,
+/**/
     247,
 /**/
     246,