From eb6651b7a936736be4b9572f7cfec1ac2f8aa07a Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 27 Feb 2017 11:49:51 -0500 Subject: vim-patch:7.4.1991 Problem: glob() does not add a symbolic link when there are no wildcards. Solution: Remove the call to mch_getperm(). https://github.com/vim/vim/commit/00efded1064427ab3f84e4d57af62e0aab876fc6 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index fe443ce01f..9404bae711 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -449,7 +449,7 @@ static int included_patches[] = { // 1994, // 1993, // 1992, - // 1991, + 1991, 1990, 1989, // 1988 NA -- cgit From 2f5aee561e94703f09b8cb85dfd5a42b06153992 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 27 Feb 2017 12:06:27 -0500 Subject: vim-patch:7.4.1992 Problem: Values for true and false can be confusing. Solution: Update the documentation. Add a test. Make v:true evaluate to TRUE for a non-zero-arg. https://github.com/vim/vim/commit/e381d3d5e098546854b008e01ca1d28ba1a4a057 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 9404bae711..c007acba14 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -448,7 +448,7 @@ static int included_patches[] = { // 1995 NA // 1994, // 1993, - // 1992, + 1992, 1991, 1990, 1989, -- cgit From f863b23fd9aa53e65cd0e79957e9cfcff216af29 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 27 Feb 2017 15:00:51 -0500 Subject: vim-patch:7.4.1993 Problem: Not all TRUE and FALSE arguments are tested. Solution: Add a few more tests. https://github.com/vim/vim/commit/6bb450145e96d7b182769fd9502a267da72667ec --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index c007acba14..042c41df76 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -447,7 +447,7 @@ static int included_patches[] = { 1996, // 1995 NA // 1994, - // 1993, + 1993, 1992, 1991, 1990, -- cgit From 1fa6d95c67852b7f3c9cba06ca4bc48620f344db Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 27 Feb 2017 15:05:03 -0500 Subject: vim-patch:7.4.1994 Problem: True-false test fails. Solution: Filter the dict to only keep the value that matters. https://github.com/vim/vim/commit/05e418d436410cd8bbf5a29ff81e8ad68408b1e8 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 042c41df76..d95c62ef01 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -446,7 +446,7 @@ static int included_patches[] = { 1997, 1996, // 1995 NA - // 1994, + 1994, 1993, 1992, 1991, -- cgit