mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
vim-patch:7.4.541
Problem: Crash when doing a range assign. Solution: Check for NULL poiter. (Yukihiro Nakadaira) https://code.google.com/p/vim/source/detail?r=v7-4-541
This commit is contained in:
@@ -197,7 +197,7 @@ static int included_patches[] = {
|
||||
//544 NA
|
||||
543,
|
||||
//542,
|
||||
//541,
|
||||
541,
|
||||
//540 NA
|
||||
//539,
|
||||
//538,
|
||||
|
Reference in New Issue
Block a user