diff src/version.c @ 14477:1ccf5dcd88ca v8.1.0252

patch 8.1.0252: quickfix functions are too long commit https://github.com/vim/vim/commit/de3b3677f7eace66be454196db0fbf710cfc8c5e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 7 21:54:41 2018 +0200 patch 8.1.0252: quickfix functions are too long Problem: Quickfix functions are too long. Solution: Refactor. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/2950)
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Aug 2018 22:00:04 +0200
parents dddba3937532
children 3375a8cbb442
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 */
 /**/
+    252,
+/**/
     251,
 /**/
     250,