| commit | d87c36ea5eae50580f3c733734669250cc969019 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Fri Apr 03 14:56:49 2015 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 03 14:56:49 2015 +0200 |
| tree | 36e4ec4f724da7b44d9b98aeb00a669dde247fb7 | |
| parent | 478c46e50fd94f270369ec1c5f76aa65af7ee671 [diff] |
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)