From e01ebf245ee05b0efb05f739b60cbc830876bc3c Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Sat, 25 Apr 2015 15:08:48 -0300 Subject: vim-patch:7.4.572 Problem: Address type of :wincmd depends on the argument. Solution: Check the argument. https://code.google.com/p/vim/source/detail?r=v7-4-572 --- 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 5e093cc728..fd5f17a838 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -207,7 +207,7 @@ static int included_patches[] = { //575, //574, //573, - //572, + 572, //571 NA //570 NA //569, -- cgit