From 00c35ab3b4d8498c82776525de7b1afcd7b3424a Mon Sep 17 00:00:00 2001 From: KillTheMule Date: Fri, 29 Apr 2016 21:17:06 +0200 Subject: vim-patch:7.4.672 Problem: When completing a shell command, directories in the current directory are not listed. Solution: When "." is not in $PATH also look in the current directory for directories. https://github.com/vim/vim/commit/b5971141dff0c69355fd64196fcc0d0d071d4c82 Most of it applied manually. --- 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 b9e97f205e..fbc9854dc1 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -1006,7 +1006,7 @@ static int included_patches[] = { 675, // 674 NA 673, - // 672, + 672, 671, 670, // 669 NA -- cgit