From 4169fc82817f2edaf7a261eb78382ed0c2a3fe43 Mon Sep 17 00:00:00 2001 From: Shougo Date: Sun, 16 Oct 2016 06:59:23 +0900 Subject: vim-patch:7.4.1833 (#5484) Problem: Cannot use an Ex command for 'keywordprg'. Solution: Accept an Ex command. (Nelo-Thara Wallus) https://github.com/vim/vim/commit/2ff8b64679242e73248774a388d54931c9ce49bd --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index e6ef600f8c..0e572f78e0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -608,7 +608,7 @@ static int included_patches[] = { // 1836, // 1835, // 1834, - // 1833, + 1833, 1832, 1831, // 1830 NA -- cgit