commit | 7d7ad7b2e8c6403033fbdb083f092321c0ccbfaf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 16:00:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 16:00:53 2022 +0100 |
tree | 4dc8f66a97862870b7d09ac390e75f0912b046e1 | |
parent | be807d582499acbe314ead3891481cba6ca136df [diff] [blame] |
patch 9.0.0350: :echowindow does not work in a compiled function Problem: :echowindow does not work in a compiled function. Solution: Handle the expression at compile time.
diff --git a/src/version.c b/src/version.c index f885aa1..f7d7d62 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 350, +/**/ 349, /**/ 348,