vimdiff – updated diff view after changes

After invoking a vimdiff of two files, I will often sync changes from one file into the other. (I, personally, like using ‘dp’ to ‘diff push’ a change from one window into the other. After making changes, it is sometimes necessary to update the view of the diff in the two files. You can either exit and return (inefficient and slow), or simply ‘:diffupdate’.