commit | f5a39447a8ebe162ee62caa2ee502cd0e65eecaa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 21:04:41 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 21:04:41 2016 +0200 |
tree | 064c1f2d4afb08fbbe22db09348cbe09c1bdacce | |
parent | 13d216d30224f12ed5bfed71216a80715b32aeff [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index bae2153..505231f 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2219, +/**/ 2218, /**/ 2217,