commit | 87b4e5c5db9d1cfd6f2e79656e1a6cff3c69d15f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 01 15:32:46 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 01 15:32:46 2022 +0100 |
tree | a437917654ad79edd9764b4f67af33ce01228d6a | |
parent | 145d1fd91041bd2a22a11eef0357702e420796e2 [diff] [blame] |
patch 9.0.0632: calling a function from an "expr" option has overhead Problem: Calling a function from an "expr" option has too much overhead. Solution: Add call_simple_func() and use it for 'foldexpr'
diff --git a/src/version.c b/src/version.c index 354a570..894840e 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 632, +/**/ 631, /**/ 630,