forked from aniani/vim
patch 7.4.2219
Problem: Recursive call to substitute gets stuck in sandbox. (Nikolai Pavlov) Solution: Handle the recursive call. (Christian Brabandt, closes #950) Add a test.
This commit is contained in:
@@ -763,6 +763,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2219,
|
||||
/**/
|
||||
2218,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user