mirror of
https://github.com/vim/vim.git
synced 2025-10-01 04:54:07 -04:00
updated for version 7.1-033
This commit is contained in:
@@ -10624,6 +10624,9 @@ save_file_ff(buf)
|
|||||||
file_ff_differs(buf)
|
file_ff_differs(buf)
|
||||||
buf_T *buf;
|
buf_T *buf;
|
||||||
{
|
{
|
||||||
|
/* In a buffer that was never loaded the options are not valid. */
|
||||||
|
if (buf->b_flags & BF_NEVERLOADED)
|
||||||
|
return FALSE;
|
||||||
if ((buf->b_flags & BF_NEW)
|
if ((buf->b_flags & BF_NEW)
|
||||||
&& buf->b_ml.ml_line_count == 1
|
&& buf->b_ml.ml_line_count == 1
|
||||||
&& *ml_get_buf(buf, (linenr_T)1, FALSE) == NUL)
|
&& *ml_get_buf(buf, (linenr_T)1, FALSE) == NUL)
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
33,
|
||||||
/**/
|
/**/
|
||||||
32,
|
32,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user