From 3b492387eea947d002f5d7966953529e57bdd7aa Mon Sep 17 00:00:00 2001 From: James McCoy Date: Fri, 6 May 2016 15:17:26 -0400 Subject: 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. --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit