From 3b492387eea947d002f5d7966953529e57bdd7aa Mon Sep 17 00:00:00 2001 From: James McCoy Date: Fri, 6 May 2016 15:17:26 -0400 Subject: [PATCH 1/2] 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(-) 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, From aa4c172a1094a6011adb3eb95464a6efe98d46ee Mon Sep 17 00:00:00 2001 From: James McCoy Date: Fri, 6 May 2016 15:55:35 -0400 Subject: [PATCH 2/2] version.c: Mark 7.4.1010 as NA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 7.4.1010 relies on the “:smile” command that was added in 7.4.1005, which was also marked NA. --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 0175455b32..637b3778a7 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -668,7 +668,7 @@ static int included_patches[] = { 1013, // 1012 NA // 1011 NA - // 1010, + // 1010 NA, // 1009 NA // 1008 NA 1007,