1
0
forked from aniani/vim

patch 8.1.0402: the DiffUpdate event isn't triggered for :diffput

Problem:    The DiffUpdate event isn't triggered for :diffput.
Solution:   Also trigger DiffUpdate for :diffget and :diffput.
This commit is contained in:
Bram Moolenaar
2018-09-18 21:20:26 +02:00
parent 110bd60985
commit 198fa066b2
2 changed files with 27 additions and 14 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
402,
/**/
401,
/**/