mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +00:00
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
This commit is contained in:
@@ -240,7 +240,7 @@ static int included_patches[] = {
|
||||
//542,
|
||||
541,
|
||||
//540 NA
|
||||
//539,
|
||||
539,
|
||||
538,
|
||||
537,
|
||||
536,
|
||||
|
Reference in New Issue
Block a user