]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-059 v7.2.059
authorBram Moolenaar <Bram@vim.org>
Sun, 30 Nov 2008 14:16:57 +0000 (14:16 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 30 Nov 2008 14:16:57 +0000 (14:16 +0000)
src/diff.c
src/version.c

index 106bbd116e15c88e1bb87c9778fc462e85a969f2..33dd48344398bd71cea5fd1a658d020949bd17cb 100644 (file)
@@ -73,6 +73,8 @@ diff_buf_delete(buf)
        {
            tp->tp_diffbuf[i] = NULL;
            tp->tp_diff_invalid = TRUE;
+           if (tp == curtab)
+               diff_redraw(TRUE);
        }
     }
 }
@@ -102,6 +104,7 @@ diff_buf_adjust(win)
            {
                curtab->tp_diffbuf[i] = NULL;
                curtab->tp_diff_invalid = TRUE;
+               diff_redraw(TRUE);
            }
        }
     }
@@ -131,6 +134,7 @@ diff_buf_add(buf)
        {
            curtab->tp_diffbuf[i] = buf;
            curtab->tp_diff_invalid = TRUE;
+           diff_redraw(TRUE);
            return;
        }
 
index 456a478a3ab2a7bf8e055b72d6c3a43c503eab98..ebea06c6fd10eb42d32ff4a071ba4beb185c79e2 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    59,
 /**/
     58,
 /**/