From ca883df007d7644a0ff4986d564ee8524f88c86b Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Tue, 20 Jan 2015 00:28:37 -0300 Subject: vim-patch:7.4.565 Problem: Ranges for arguments, buffers, tabs, etc. are not checked to be valid but limited to the maximum. This can cause the wrong thing to happen. Solution: Give an error for an invalid value. (Marcin Szamotulski) Use windows range for ":wincmd". https://code.google.com/p/vim/source/detail?r=v7-4-565 --- 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 86722a992f..55db9da987 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -214,7 +214,7 @@ static int included_patches[] = { //568, 567, //566, - //565, + 565, //564, 563, //562, -- cgit