mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0-094
This commit is contained in:
@@ -1386,6 +1386,7 @@ enter_buffer(buf)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if (!msg_silent)
|
||||||
need_fileinfo = TRUE; /* display file info after redraw */
|
need_fileinfo = TRUE; /* display file info after redraw */
|
||||||
(void)buf_check_timestamp(curbuf, FALSE); /* check if file changed */
|
(void)buf_check_timestamp(curbuf, FALSE); /* check if file changed */
|
||||||
#ifdef FEAT_AUTOCMD
|
#ifdef FEAT_AUTOCMD
|
||||||
|
@@ -316,6 +316,9 @@ readfile(fname, sfname, from, lines_to_skip, lines_to_read, eap, flags)
|
|||||||
* display the line. */
|
* display the line. */
|
||||||
ex_no_reprint = TRUE;
|
ex_no_reprint = TRUE;
|
||||||
|
|
||||||
|
/* don't display the file info for another buffer now */
|
||||||
|
need_fileinfo = FALSE;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* For Unix: Use the short file name whenever possible.
|
* For Unix: Use the short file name whenever possible.
|
||||||
* Avoids problems with networks and when directory names are changed.
|
* Avoids problems with networks and when directory names are changed.
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
94,
|
||||||
/**/
|
/**/
|
||||||
93,
|
93,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user