commit | c9edd6b58218d25bfc5389af901021dc0eb82578 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 22:18:23 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 22:18:23 2020 +0200 |
tree | 8520f99adae557ca2c86d3299f4375f14068b50c | |
parent | 66e0014ba651208ab7579797866ab0e4bd9e2b49 [diff] [blame] |
patch 8.2.1437: Vim9: 'statusline' is evaluated using Vim9 script syntax Problem: Vim9: 'statusline' is evaluated using Vim9 script syntax. Solution: Always use legacy script syntax.
diff --git a/src/version.c b/src/version.c index d4b0afa..7fcd9cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1437, +/**/ 1436, /**/ 1435,