To: vim_dev@googlegroups.com Subject: Patch 8.1.1973 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.1973 Problem: Cannot build without the quickfix feature. Solution: Remove #ifdef for qf_info_T. Files: src/structs.h *** ../vim-8.1.1972/src/structs.h 2019-09-03 22:08:13.673035035 +0200 --- src/structs.h 2019-09-04 11:49:53.744907959 +0200 *************** *** 2061,2069 **** # define B_SPELL(buf) (0) #endif - #ifdef FEAT_QUICKFIX typedef struct qf_info_S qf_info_T; - #endif #ifdef FEAT_PROFILE /* --- 2061,2067 ---- *** ../vim-8.1.1972/src/version.c 2019-09-03 23:36:57.677559719 +0200 --- src/version.c 2019-09-04 11:50:58.781526294 +0200 *************** *** 763,764 **** --- 763,766 ---- { /* Add new patch number below this line */ + /**/ + 1973, /**/ -- If Microsoft would build a car... ... Occasionally, executing a maneuver such as a left turn would cause your car to shut down and refuse to restart, in which case you would have to reinstall the engine. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///