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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201909040951.x849pnrp015352%40masaka.moolenaar.net.