From 9db4dc971dd9357c57dbfeae3ec535033c38743b Mon Sep 17 00:00:00 2001 From: ckelsel Date: Sat, 2 Dec 2017 16:26:30 +0800 Subject: vim-patch:8.0.0301 #7685 Problem: No tests for ":set completion" and various errors of the :set command. Solution: Add more :set tests. (Dominique Pelle, closes vim/vim#1440) https://github.com/vim/vim/commit/698f8b207bbfefa1cbbd7361caf5412cb3416534 --- Also move test_options from test_alot to Makefile. (That's done upstream in Vim patch 8.0.0430.) --- 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 0363f528c6..fd6347282d 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -1196,7 +1196,7 @@ static const int included_patches[] = { // 304, // 303, 302, - // 301, + 301, 300, 299, 298, -- cgit