From c5250857733e70d116ccec2cffe08d49772adcdd Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Thu, 15 Jan 2015 17:11:43 -0300 Subject: vim-patch:7.4.539 Patch 7.4.539 (after 7.4.530) Problem: Crash when computing buffer count. Problem with range for user commands. Line range wrong in Visual area. Solution: Avoid segfault in compute_buffer_local_count(). Check for CMD_USER when checking type of range. (Marcin Szamotulski) https://code.google.com/p/vim/source/detail?name=v7-4-539 --- 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 8622f9fe8a..505894feb2 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -240,7 +240,7 @@ static int included_patches[] = { //542, 541, //540 NA - //539, + 539, 538, 537, 536, -- cgit