From 3e1ab7c8d6f3455b0e5e366ddb2dd8e1336cf470 Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Thu, 19 May 2016 21:33:03 -0700 Subject: vim-patch:7.4.1059 Problem: Code will never be executed. Solution: Remove the code. https://github.com/vim/vim/commit/fd39d08fb6f61bc6c1366de8a7af19a42dc1b377 --- src/nvim/quickfix.c | 3 --- src/nvim/version.c | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/nvim/quickfix.c b/src/nvim/quickfix.c index 17cb8a86aa..151b9d3790 100644 --- a/src/nvim/quickfix.c +++ b/src/nvim/quickfix.c @@ -160,9 +160,6 @@ qf_init ( { qf_info_T *qi = &ql_info; - if (efile == NULL) - return FAIL; - if (wp != NULL) { qi = ll_get_or_alloc_list(wp); } diff --git a/src/nvim/version.c b/src/nvim/version.c index 56ede1aa78..e27311e16e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -625,7 +625,7 @@ static int included_patches[] = { // 1062 NA // 1061, // 1060 NA - // 1059, + 1059, // 1058, // 1057, // 1056, -- cgit