commit | 03717bf6a27d753fe8f9d713d66594fb1940515f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 28 20:00:40 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 28 20:00:40 2021 +0200 |
tree | e0ef7149783492e0e684365d6c047f5adac5aee7 | |
parent | b80d2fb0e7b9adec4cff1bc4e2d30635cb70502e [diff] [blame] |
patch 8.2.2816: Vim9: comment below expression in lambda causes problems Problem: Vim9: comment below expression in lambda causes problems. Solution: Use a single space for empty and comment lines. (closes #8156)
diff --git a/src/version.c b/src/version.c index a399369..b1d5be7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2816, +/**/ 2815, /**/ 2814,