From f0add77de5b9f091cf122224d30ec4dc0188d522 Mon Sep 17 00:00:00 2001 From: watiko Date: Mon, 22 Feb 2016 22:21:37 +0900 Subject: vim-patch:7.4.952 Problem: 'lispwords' is tested in the old way. Solution: Make a new style test for 'lispwords'. https://github.com/vim/vim/commit/6cd1345307440491580e5e86cb82c54ee9a46baa --- 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 80b1b236dd..a54e232f78 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -338,7 +338,7 @@ static int included_patches[] = { 955, // 954 NA 953, - // 952, + 952, // 951, 950, 949, -- cgit