1
0
forked from aniani/vim

updated for version 7.4.689

Problem:    On MS-Windows, when 'autochdir' is set, diff mode with files in
            different directories does not work. (Axel Bender)
Solution:   Remember the current directory and use it where needed. (Christian
            Brabandt)
This commit is contained in:
Bram Moolenaar
2015-04-03 14:56:49 +02:00
parent 478c46e50f
commit d87c36ea5e
2 changed files with 19 additions and 3 deletions

View File

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