diff src/version.c @ 17954:3bcd05fc2d56 v8.1.1973

patch 8.1.1973: cannot build without the quickfix feature Commit: https://github.com/vim/vim/commit/61c18652c9374a60ad5ed07a5644217b921c1596 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 4 11:51:17 2019 +0200 patch 8.1.1973: cannot build without the quickfix feature Problem: Cannot build without the quickfix feature. Solution: Remove #ifdef for qf_info_T.
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Sep 2019 12:00:04 +0200
parents 4754339d9aee
children 1f6d5f9ddeb0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1973,
+/**/
     1972,
 /**/
     1971,