mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -04:00
updated for version 7.1-274
This commit is contained in:
parent
02f07e0c23
commit
b561a6171d
@ -5033,7 +5033,7 @@ buf_spname(buf)
|
|||||||
#if defined(FEAT_QUICKFIX) && defined(FEAT_WINDOWS)
|
#if defined(FEAT_QUICKFIX) && defined(FEAT_WINDOWS)
|
||||||
if (bt_quickfix(buf))
|
if (bt_quickfix(buf))
|
||||||
{
|
{
|
||||||
win_T *win;
|
win_T *win = NULL;
|
||||||
tabpage_T *tp;
|
tabpage_T *tp;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
274,
|
||||||
/**/
|
/**/
|
||||||
273,
|
273,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user