From 02fb6ee45843ac0b759f5bb15bbb3f3f418f0e74 Mon Sep 17 00:00:00 2001 From: Jurica Bradaric Date: Sat, 14 May 2016 13:26:27 +0200 Subject: vim-patch:7.4.1132 Problem: Old style tests for the argument list. Solution: Add more new style tests. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/99dbe291f55022bd5166c9c3c7967b8693cd9d1b --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim') diff --git a/src/nvim/version.c b/src/nvim/version.c index 164f151741..09f6ef6301 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -550,7 +550,7 @@ static int included_patches[] = { // 1135 NA // 1134 NA // 1133 NA - // 1132, + 1132, // 1131 NA // 1130, // 1129 NA -- cgit