0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.4.460

Problem:    Can't build without the quickfix feature. (Erik Falor)
Solution:   Add a #ifdef.
This commit is contained in:
Bram Moolenaar
2014-09-24 13:26:44 +02:00
parent cddc91ccb4
commit da014b9441
2 changed files with 4 additions and 0 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
460,
/**/
459,
/**/

View File

@@ -484,7 +484,9 @@ newwindow:
postponed_split = Prenum;
else
postponed_split = -1;
#ifdef FEAT_QUICKFIX
g_do_tagpreview = 0;
#endif
/* Execute the command right here, required when "wincmd ]"
* was used in a function. */