diff options
author | James McCoy <jamessan@jamessan.com> | 2016-05-06 15:17:26 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-05-06 15:49:20 -0400 |
commit | 3b492387eea947d002f5d7966953529e57bdd7aa (patch) | |
tree | f716f5b07c82a9963a55b53bdf80f74b4eba633f | |
parent | 6c3ead668422b1252f7ed07ce52776966c29e3cb (diff) | |
download | rneovim-3b492387eea947d002f5d7966953529e57bdd7aa.tar.gz rneovim-3b492387eea947d002f5d7966953529e57bdd7aa.tar.bz2 rneovim-3b492387eea947d002f5d7966953529e57bdd7aa.zip |
vim-patch:7.4.1007
Problem: When a symbolic link points to a file in the root directory, the
swapfile is not correct.
Solution: Do not try getting the full name of a file in the root directory.
(Milly, closes vim/vim#501)
https://github.com/vim/vim/commit/e3303cb0817e826e3c25d5dc4ac10b569d0841e1
This was already fixed in Neovim by c708061.
-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 80a6235b8b..0175455b32 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -671,7 +671,7 @@ static int included_patches[] = { // 1010, // 1009 NA // 1008 NA - // 1007, + 1007, 1006, // 1005 NA, // 1004 NA, |