From 34a7814219b835e8d552cac890ccdf67aad65b2a Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Wed, 26 Oct 2016 22:50:07 -0700 Subject: vim-patch:7.4.1605 Problem: Catching exception that won't be thrown. Solution: Remove try/catch. https://github.com/vim/vim/commit/3905e291fe4375ca5c59efa9ffcb01a39c7be3a9 --- 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 fe03b6915b..2e711797f4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -837,7 +837,7 @@ static int included_patches[] = { // 1608, // 1607, // 1606, - // 1605, + 1605, 1604, 1603, // 1602 NA -- cgit