comparison 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
comparison
equal deleted inserted replaced
17953:708e8cd5a67b 17954:3bcd05fc2d56
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1973,
764 /**/ 766 /**/
765 1972, 767 1972,
766 /**/ 768 /**/
767 1971, 769 1971,
768 /**/ 770 /**/