vim-patch:7.4.2219

Problem:    Recursive call to substitute gets stuck in sandbox. (Nikolai
            Pavlov)
Solution:   Handle the recursive call. (Christian Brabandt, closes vim/vim#950)
            Add a test.

f5a39447a8

Closes #5118
This commit is contained in:
James McCoy
2016-08-16 16:07:15 -04:00
parent 35ddcc5bb4
commit c7e6b58012
3 changed files with 102 additions and 67 deletions

View File

@@ -75,6 +75,7 @@ static char *features[] = {
// clang-format off
static int included_patches[] = {
2219,
// 2200,
// 2199,
// 2198,