mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #1195 from Shougo/vim-patch-7.4.379
vim-patch:7.4.379
This commit is contained in:
commit
e2c111384b
@ -1890,6 +1890,7 @@ static void qf_free(qf_info_T *qi, int idx)
|
|||||||
}
|
}
|
||||||
free(qi->qf_lists[idx].qf_title);
|
free(qi->qf_lists[idx].qf_title);
|
||||||
qi->qf_lists[idx].qf_title = NULL;
|
qi->qf_lists[idx].qf_title = NULL;
|
||||||
|
qi->qf_lists[idx].qf_index = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -216,7 +216,7 @@ static int included_patches[] = {
|
|||||||
//382,
|
//382,
|
||||||
//381,
|
//381,
|
||||||
//380 NA
|
//380 NA
|
||||||
//379,
|
379,
|
||||||
//378,
|
//378,
|
||||||
377,
|
377,
|
||||||
376,
|
376,
|
||||||
|
Loading…
Reference in New Issue
Block a user