commit | 495b7dd213e096361e6f15e7aed313c1d63d9d3e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 16 17:19:22 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 16 17:19:22 2017 +0200 |
tree | 175e666c7745acbf7c347d59fb44c82771cf957e | |
parent | 4cf56bbc85f77846aeb378cfb071677336dfad6d [diff] [blame] |
patch 8.0.1115: crash when using foldtextresult() recursively Problem: Crash when using foldtextresult() recursively. Solution: Avoid recursive calls. (Yasuhiro Matsumoto, closes #2098)
diff --git a/src/version.c b/src/version.c index 90aa45c..8b777e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1115, +/**/ 1114, /**/ 1113,