commit | 6349e9411fd17f80c7aff9c678a8800647d34cfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 18 13:41:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 18 13:41:22 2019 +0200 |
tree | 864908c652f6e0f5e074db2b2d38d3062ae90cc3 | |
parent | 0d3cb73012332964e7a81d7afd1c21d393f45566 [diff] [blame] |
patch 8.1.1345: stuck in sandbox with ":s/../\=Function/gn" Problem: Stuck in sandbox with ":s/../\=Function/gn". Solution: Don't skip over code to restore sandbox. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index c31a98b..5194276 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1345, +/**/ 1344, /**/ 1343,