mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.2-133
This commit is contained in:
@@ -1153,7 +1153,7 @@ ex_diffoff(eap)
|
|||||||
|
|
||||||
for (wp = firstwin; wp != NULL; wp = wp->w_next)
|
for (wp = firstwin; wp != NULL; wp = wp->w_next)
|
||||||
{
|
{
|
||||||
if (wp == curwin || eap->forceit)
|
if (wp == curwin || (eap->forceit && wp->w_p_diff))
|
||||||
{
|
{
|
||||||
/* Set 'diff', 'scrollbind' off and 'wrap' on. */
|
/* Set 'diff', 'scrollbind' off and 'wrap' on. */
|
||||||
wp->w_p_diff = FALSE;
|
wp->w_p_diff = FALSE;
|
||||||
|
@@ -676,6 +676,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 */
|
||||||
|
/**/
|
||||||
|
133,
|
||||||
/**/
|
/**/
|
||||||
132,
|
132,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user