0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.1-272

This commit is contained in:
Bram Moolenaar
2008-03-12 11:23:53 +00:00
parent 6ae909839f
commit 91d8e0c194
2 changed files with 6 additions and 3 deletions

View File

@@ -4912,7 +4912,7 @@ chk_modeline(lnum, flags)
return retval; return retval;
} }
#ifdef FEAT_VIMINFO #if defined(FEAT_VIMINFO) || defined(PROTO)
int int
read_viminfo_bufferlist(virp, writing) read_viminfo_bufferlist(virp, writing)
vir_T *virp; vir_T *virp;
@@ -5034,12 +5034,13 @@ buf_spname(buf)
if (bt_quickfix(buf)) if (bt_quickfix(buf))
{ {
win_T *win; win_T *win;
tabpage_T *tp;
/* /*
* For location list window, w_llist_ref points to the location list. * For location list window, w_llist_ref points to the location list.
* For quickfix window, w_llist_ref is NULL. * For quickfix window, w_llist_ref is NULL.
*/ */
FOR_ALL_WINDOWS(win) FOR_ALL_TAB_WINDOWS(tp, win)
if (win->w_buffer == buf) if (win->w_buffer == buf)
break; break;
if (win != NULL && win->w_llist_ref != NULL) if (win != NULL && win->w_llist_ref != NULL)

View File

@@ -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 */
/**/
272,
/**/ /**/
271, 271,
/**/ /**/