0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00

updated for version 7.1-274

This commit is contained in:
Bram Moolenaar 2008-03-12 12:46:13 +00:00
parent 02f07e0c23
commit b561a6171d
2 changed files with 3 additions and 1 deletions

View File

@ -5033,7 +5033,7 @@ buf_spname(buf)
#if defined(FEAT_QUICKFIX) && defined(FEAT_WINDOWS)
if (bt_quickfix(buf))
{
win_T *win;
win_T *win = NULL;
tabpage_T *tp;
/*

View File

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