diff options
author | watiko <service@mail.watiko.net> | 2016-02-04 03:47:55 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-02-07 13:40:07 +0900 |
commit | 1ecbfd19db9c45d25c6793cedf019e30bf4a30a3 (patch) | |
tree | 450345699252f20a946e2409d14e3d65db664e60 /src/nvim/version.c | |
parent | d9cada146fbb476fc2239cc2235deeff2ab8c1dd (diff) | |
download | rneovim-1ecbfd19db9c45d25c6793cedf019e30bf4a30a3.tar.gz rneovim-1ecbfd19db9c45d25c6793cedf019e30bf4a30a3.tar.bz2 rneovim-1ecbfd19db9c45d25c6793cedf019e30bf4a30a3.zip |
vim-patch: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)
https://github.com/vim/vim/commit/d87c36ea5eae50580f3c733734669250cc969019
---
see: "autochdir + encoding=utf8 messes up diff"
https://groups.google.com/d/msg/vim_dev/QrE4Y2LMJR8/uxigns5KGxYJ
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 70600bf57b..2ff66c5756 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -599,7 +599,7 @@ static int included_patches[] = { // 692 NA // 691 NA 690, - // 689, + 689, 688, // 687 NA 686, |