mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00
vim-patch:7.4.817
Problem: Invalid memory access in file_pat_to_reg_pat().
Solution: Use vim_isspace() instead of checking for a space only. (Dominique
Pelle)
2288afed42
This commit is contained in:
@@ -471,7 +471,7 @@ static int included_patches[] = {
|
||||
// 820,
|
||||
// 819,
|
||||
// 818,
|
||||
// 817,
|
||||
817,
|
||||
816,
|
||||
815,
|
||||
814,
|
||||
|
Reference in New Issue
Block a user