From 9d9d93aee39202bc9d691c01a40338ed7bf6df2f Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 15 Nov 2016 10:14:12 -0500 Subject: vim-patch:7.4.2174 Problem: Adding duplicate flags to 'whichwrap' leaves commas behind. Solution: Also remove the commas. (Naruhiko Nishino) https://github.com/vim/vim/commit/c8ce615299b4d8c1b2e6cf83496f48cd497d8a37 --- 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 c1459466a2..08eff53d1e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -268,7 +268,7 @@ static int included_patches[] = { // 2177, // 2176 NA // 2175, - // 2174, + 2174, // 2173, // 2172, // 2171, -- cgit