commit | d0fbb41eaa737dd64877c8cebaff19854e2d504f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 19 18:04:49 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 19 18:04:49 2022 +0100 |
tree | 4f6bf9f57087535af63a4503a2a81192468bcb15 | |
parent | 3c708c43908ba44f075bbaa7daf584c6b46d9723 [diff] [blame] |
patch 9.0.0799: in compiled function ->() on next line not recognized Problem: In compiled function ->() on next line not recognized. Solution: Also check for "(". (closes #11405)
diff --git a/src/version.c b/src/version.c index e612e53..c068ac3 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 799, +/**/ 798, /**/ 797,