From 67d5a1aae2b4564cddc1883b01a926ab29b8be64 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 25 Apr 2016 05:52:25 -0400 Subject: vim-patch:7.4.1092 Problem: It is not simple to test for an exception and give a proper error message. Solution: Add assert_exception(). https://github.com/vim/vim/commit/a803c7f94070f94b831fdfd1984f288c8b825b5d --- 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 ed16b1b0d5..e913d84223 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -585,7 +585,7 @@ static int included_patches[] = { // 1095 NA // 1094, 1093, - // 1092, + 1092, // 1091, // 1090, 1089, -- cgit