From 850f91c51c7f4cd852e713ee1802bc9ab170d5cb Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 16 May 2016 21:58:42 -0400 Subject: vim-patch:7.4.1571 patch 7.4.1571 Problem: No test for ":help" Solution: Add a test for what 7.4.1568 fixed. (Higashi Higashi) https://github.com/vim/vim/commit/8e15ffcde757ffc6cfe8b5e384948b3278e9af33 --- 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 74822c308f..db3c896a74 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -111,7 +111,7 @@ static int included_patches[] = { 1574, // 1573, // 1572 NA - // 1571, + 1571, 1570, 1569, 1568, -- cgit