From fe9d91ceb618528e0632874f9cdfa27ccf13a7b0 Mon Sep 17 00:00:00 2001 From: watiko Date: Fri, 27 Nov 2015 18:26:45 +0900 Subject: vim-patch:7.4.790 Problem: Test fails when the autochdir feature is not available. Test output contains the test script. Solution: Check for the autochdir feature. (Kazunobu Kuriyama) Only write the relevant test output. https://github.com/vim/vim/commit/d113a80c77101e9f5723abb075882012753cf611 --- 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 6bf443dbbf..b45d98aa37 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -206,7 +206,7 @@ static int included_patches[] = { 793, // 792, 791, - // 790, + 790, 789, // 788 NA 787, -- cgit