mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:7.4.390
Problem: Advancing pointer over end of a string. Solution: Init quote character to -1 instead of zero. (Dominique Pelle) https://code.google.com/p/vim/source/detail?r=v7-4-390
This commit is contained in:
parent
0eb4c02778
commit
9c244c7303
@ -347,7 +347,7 @@ static int included_patches[] = {
|
||||
//393 NA
|
||||
392,
|
||||
391,
|
||||
//390,
|
||||
390,
|
||||
//389,
|
||||
388,
|
||||
387,
|
||||
|
Loading…
Reference in New Issue
Block a user